From 6a511b1c665a1f7efecadaa3447af889b1dcba58 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 16 Mar 2011 01:20:14 -0500 Subject: haskell/*: Moved all of the Haskell stuff to here Signed-off-by: Robby Workman --- haskell/haskell-MonadCatchIO-mtl/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 haskell/haskell-MonadCatchIO-mtl/README (limited to 'haskell/haskell-MonadCatchIO-mtl/README') diff --git a/haskell/haskell-MonadCatchIO-mtl/README b/haskell/haskell-MonadCatchIO-mtl/README new file mode 100644 index 0000000000000..156680c936e75 --- /dev/null +++ b/haskell/haskell-MonadCatchIO-mtl/README @@ -0,0 +1,6 @@ +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. -- cgit v1.2.3