diff options
Diffstat (limited to 'haskell/haskell-parsec/README')
-rw-r--r-- | haskell/haskell-parsec/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-parsec/README b/haskell/haskell-parsec/README index 04dfcedd2a..d9195a28d0 100644 --- a/haskell/haskell-parsec/README +++ b/haskell/haskell-parsec/README @@ -4,7 +4,8 @@ libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. -This requires ghc, haskell-transformers, haskell-mtl, and haskell-syb. +This requires ghc, haskell-transformers, haskell-mtl, haskell-deepseq, +and haskell-text. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |