summaryrefslogtreecommitdiffstats
path: root/libraries/haskell-MonadCatchIO-mtl/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/haskell-MonadCatchIO-mtl/README')
-rw-r--r--libraries/haskell-MonadCatchIO-mtl/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/haskell-MonadCatchIO-mtl/README b/libraries/haskell-MonadCatchIO-mtl/README
index 50f5b564ec..156680c936 100644
--- a/libraries/haskell-MonadCatchIO-mtl/README
+++ b/libraries/haskell-MonadCatchIO-mtl/README
@@ -1,8 +1,6 @@
-haskell-MonadCatchIO-mtl (Monad-transformer version of haskell-mtl)
-
Provides a monad-transformer version of the Control.Exception.catch
function. For this, it defines the MonadCatchIO class, a subset of
MonadIO. It defines proper instances for most monad transformers in
the mtl library.
-This requires haskell-mtl.
+This requires ghc, haskell-transformers, and haskell-mtl.