diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:22:52 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:22:52 -0500 |
commit | 8906bee24e48c52745ee4029e0ed2f691ba91904 (patch) | |
tree | 6983211dd707f3f57946675698cc81f1ad25a573 /haskell | |
parent | 08c95e3c2f25cb16ee19fd04423d3d9f86f83af9 (diff) | |
download | slackbuilds-8906bee24e48c52745ee4029e0ed2f691ba91904.tar.gz |
haskell/haskell-haskell-src: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-haskell-src/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-haskell-src/README b/haskell/haskell-haskell-src/README index 1d66af8621..538043ea0b 100644 --- a/haskell/haskell-haskell-src/README +++ b/haskell/haskell-haskell-src/README @@ -1,7 +1,5 @@ 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 +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |