slackbuilds_ponce/libraries/haskell-MonadCatchIO-mtl
Mikko Värri 407b85060e libraries/haskell-MonadCatchIO-mtl: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-01-10 15:04:42 -06:00
..
doinst.sh
haskell-MonadCatchIO-mtl.info
haskell-MonadCatchIO-mtl.SlackBuild
README
slack-desc

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.