slackbuilds_ponce/haskell/haskell-MonadCatchIO-mtl/README
Robby Workman 6a511b1c66 haskell/*: Moved all of the Haskell stuff to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-03-20 12:32:23 -05:00

6 lines
281 B
Text

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.