diff options
Diffstat (limited to 'libraries/haskell-haskell-src/README')
-rw-r--r-- | libraries/haskell-haskell-src/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/haskell-haskell-src/README b/libraries/haskell-haskell-src/README new file mode 100644 index 0000000000..f385d2d6b3 --- /dev/null +++ b/libraries/haskell-haskell-src/README @@ -0,0 +1,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 |