blob: 1d66af8621ecec3badc9636704ac23d965edbfd0 (
plain)
1
2
3
4
5
6
7
|
Facilities for manipulating Haskell source code: an abstract syntax,
lexer, parser, and pretty-printer.
This requires ghc, happy, and haskell-syb.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache
|