diff options
-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 |