From 2887c7cf19ea2e250ebd020347f15eb02003d3c6 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 13 Jun 2010 04:13:01 -0500 Subject: libraries/haskell-parsec: Noted mtl dep in README. Signed-off-by: Robby Workman --- libraries/haskell-parsec/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3