diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-13 00:58:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:37 +0200 |
commit | 0211d415cd0c1eb3d3ec792ed3247b5efab16398 (patch) | |
tree | 027b5bddbe9a5232063a380ca56020aa7ac2ea81 /libraries/haskell-haskell-src/README | |
parent | fe50834acf79783f2729380d22d3c1f18443f390 (diff) | |
download | slackbuilds-0211d415cd0c1eb3d3ec792ed3247b5efab16398.tar.gz |
libraries/haskell-haskell-src: Added to 13.0 repository
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 |