summaryrefslogtreecommitdiffstats
path: root/libraries/haskell-MonadCatchIO-mtl/README
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2011-01-09 12:16:24 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-01-10 15:04:42 -0600
commit407b85060e7bf1d3f6ab26356eacef8ae4c72eea (patch)
treed960933a6a44052afd33d57cf51754590888379b /libraries/haskell-MonadCatchIO-mtl/README
parentdbd2bf63cfcf9807bbdc838c550a6b6efa9ce1ba (diff)
downloadslackbuilds-407b85060e7bf1d3f6ab26356eacef8ae4c72eea.tar.gz
slackbuilds-407b85060e7bf1d3f6ab26356eacef8ae4c72eea.tar.xz
libraries/haskell-MonadCatchIO-mtl: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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.