diff options
-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 |