summaryrefslogtreecommitdiffstats
path: root/libraries/haskell-parsec
diff options
context:
space:
mode:
author Robby Workman2010-06-13 11:13:01 +0200
committer Robby Workman2010-06-13 21:52:38 +0200
commit2887c7cf19ea2e250ebd020347f15eb02003d3c6 (patch)
tree08e342179d226ac9ed8504cf2f3ea14a26e55e4c /libraries/haskell-parsec
parent06fd065b97fe67f2191e85a77b801f5144ecbc06 (diff)
downloadslackbuilds-2887c7cf19ea2e250ebd020347f15eb02003d3c6.tar.gz
libraries/haskell-parsec: Noted mtl dep in README.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/haskell-parsec')
-rw-r--r--libraries/haskell-parsec/README2
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