diff options
Diffstat (limited to 'libraries/haskell-haskell-src/README')
-rw-r--r-- | libraries/haskell-haskell-src/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/haskell-haskell-src/README b/libraries/haskell-haskell-src/README index b5d940e8112b7..1d66af8621ece 100644 --- a/libraries/haskell-haskell-src/README +++ b/libraries/haskell-haskell-src/README @@ -1,9 +1,7 @@ -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. +This requires ghc, happy, and haskell-syb. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |