summaryrefslogtreecommitdiff
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/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/haskell-MonadCatchIO-mtl/README b/libraries/haskell-MonadCatchIO-mtl/README
deleted file mode 100644
index 156680c936..0000000000
--- a/libraries/haskell-MonadCatchIO-mtl/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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 ghc, haskell-transformers, and haskell-mtl.