diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:05:01 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:05:01 -0400 |
commit | 37a5dd292474bd1783f1d119d34419a6fbf04e4e (patch) | |
tree | 4671552a2ba5a4f90b477e01f6ce3946b7f0e8e4 /haskell/haskell-parsec/README | |
parent | ff43e08ccc31af98cbb081d214d50ad1265ae6f3 (diff) | |
download | slackbuilds-37a5dd292474bd1783f1d119d34419a6fbf04e4e.tar.gz |
haskell/haskell-parsec: Updated for version 3.1.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-parsec/README')
-rw-r--r-- | haskell/haskell-parsec/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-parsec/README b/haskell/haskell-parsec/README index d9195a28d0..184b6b45cc 100644 --- a/haskell/haskell-parsec/README +++ b/haskell/haskell-parsec/README @@ -4,8 +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, haskell-deepseq, -and haskell-text. +This requires ghc, haskell-transformers, haskell-mtl, and +haskell-text. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |