hstidy

Takes haskell source on stdin, parses it, then prettyprints it to stdout.

http://code.haskell.org/~morrow/code/haskell/hstidy

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Matt Morrow
Maintained by Matt Morrow

hstidy reads haskell source from stdin, then parses and prettyprints it to stdout. hstidy accepts not only modules as a parseable unit, but expressions and patterns as well. Haddock docs are located at http://code.haskell.org/~morrow/code/haskell/hstidy/docs/