blob: b5d940e8112b7c2fb313e8c16e4e64eb7ff96609 (
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.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache
|