slackbuilds_ponce/haskell/haskell-MonadCatchIO-mtl
Mikko Värri f7c93083ad haskell/haskell-MonadCatchIO-mtl: Updated for version 0.3.0.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-06-18 11:32:44 -05:00
..
doinst.sh haskell/*: Moved all of the Haskell stuff to here 2011-03-20 12:32:23 -05:00
haskell-MonadCatchIO-mtl.info haskell/haskell-MonadCatchIO-mtl: Updated for version 0.3.0.2. 2011-06-18 11:32:44 -05:00
haskell-MonadCatchIO-mtl.SlackBuild haskell/haskell-MonadCatchIO-mtl: Updated for version 0.3.0.2. 2011-06-18 11:32:44 -05:00
README haskell/*: Moved all of the Haskell stuff to here 2011-03-20 12:32:23 -05:00
slack-desc haskell/*: Moved all of the Haskell stuff to here 2011-03-20 12:32:23 -05:00

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.