@hackage hstidy0.2

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

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Matt Morrow <mjm2002@gmail.com>

  • Versions

    • 0.2 Tue, 1 Jul 2008
    • 0.1 Tue, 1 Jul 2008

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/