diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-01-10 22:29:35 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-13 14:43:36 -0600 |
commit | a3293195931a4a92ef192c2db7eaa71fdce3f171 (patch) | |
tree | 527ff68219134e86fd885f35e3b70014e59a3ba9 /haskell/haskell-parsec/README | |
parent | 6e2f5212054e3e3b97344069bdb2b0f6be8d9453 (diff) |
haskell/haskell-parsec: Updated for version 3.1.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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 04dfcedd2a77..d9195a28d017 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 |