summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-MonadCatchIO-transformers/README
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-05-08 16:37:24 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-11 03:17:21 +0700
commit07d213c1a322ed149a050a8b5ccdcb66e17c6e6d (patch)
tree5a0b5ae3849d2df688ab6624bab51df444f3befa /haskell/haskell-MonadCatchIO-transformers/README
parentd2026423789bb01deee93049f4fc185a3afc3d58 (diff)
downloadslackbuilds-07d213c1a322ed149a050a8b5ccdcb66e17c6e6d.tar.gz
slackbuilds-07d213c1a322ed149a050a8b5ccdcb66e17c6e6d.tar.xz
haskell/haskell-MonadCatchIO-transformers: Removed.
No longer used by haskell-cgi. Fails to build with ghc-7.10.3. Deprecated upstream. Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-MonadCatchIO-transformers/README')
-rw-r--r--haskell/haskell-MonadCatchIO-transformers/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/haskell/haskell-MonadCatchIO-transformers/README b/haskell/haskell-MonadCatchIO-transformers/README
deleted file mode 100644
index a674d2d296..0000000000
--- a/haskell/haskell-MonadCatchIO-transformers/README
+++ /dev/null
@@ -1,10 +0,0 @@
-Provides functions to throw and catch exceptions. Unlike the
-functions from Control.Exception, which work in IO, these work in
-any stack of monad transformers (from the transformers package) with
-IO as the base monad. You can extend this functionality to other
-monads, by creating an instance of the MonadCatchIO class. Warning:
-this package is deprecated. Use the exceptions package instead, if
-possible.
-
-After uninstalling, run this command to unregister the package from
-the ghc package database: ghc-pkg recache