@hackage haskell-src1.0.2.0
Support for manipulating Haskell source code
Installation
Dependencies (4)
Dependents (61)
@hackage/haskell-platform-test, @hackage/polyseq, @hackage/Lucu, @hackage/DTC, @hackage/arrowp-qq, @hackage/lambdabot-utils, Show all…
Package Flags
split-base(on by default)
The 'haskell-src' package provides support for manipulating Haskell source code. The package provides a lexer, parser and pretty-printer, and a definition of a Haskell abstract syntax tree (AST). Common uses of this package are to parse or generate Haskell 98 code.