summaryrefslogtreecommitdiffstats
path: root/libraries/haskell-MonadCatchIO-mtl/README
diff options
context:
space:
mode:
author Mikko Värri2010-07-16 21:24:54 +0200
committer Erik Hanson2010-07-21 08:42:40 +0200
commit826fc68050f7764fc1bf85ca81e6da779da49b56 (patch)
tree747936be5d32e7eee862f5a419a71346843665f4 /libraries/haskell-MonadCatchIO-mtl/README
parent7a925ece6e9e072f9be9459f97ff4e30694100d9 (diff)
downloadslackbuilds-826fc68050f7764fc1bf85ca81e6da779da49b56.tar.gz
libraries/haskell-MonadCatchIO-mtl: Added (Monad-transformer version of haskell-mtl)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/haskell-MonadCatchIO-mtl/README')
-rw-r--r--libraries/haskell-MonadCatchIO-mtl/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/haskell-MonadCatchIO-mtl/README b/libraries/haskell-MonadCatchIO-mtl/README
new file mode 100644
index 0000000000..50f5b564ec
--- /dev/null
+++ b/libraries/haskell-MonadCatchIO-mtl/README
@@ -0,0 +1,8 @@
+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.