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