diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-13 04:13:01 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-13 14:52:38 -0500 |
commit | 2887c7cf19ea2e250ebd020347f15eb02003d3c6 (patch) | |
tree | 08e342179d226ac9ed8504cf2f3ea14a26e55e4c | |
parent | 06fd065b97fe67f2191e85a77b801f5144ecbc06 (diff) | |
download | slackbuilds-2887c7cf19ea2e250ebd020347f15eb02003d3c6.tar.gz |
libraries/haskell-parsec: Noted mtl dep in README.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | libraries/haskell-parsec/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/haskell-parsec/README b/libraries/haskell-parsec/README index fee091a8a8..c015fd061c 100644 --- a/libraries/haskell-parsec/README +++ b/libraries/haskell-parsec/README @@ -6,7 +6,7 @@ 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. +This requires ghc and haskell-mtl. When uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg unregister parsec |