mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
826fc68050
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
8 lines
319 B
Text
8 lines
319 B
Text
haskell-MonadCatchIO-mtl (Monad-transformer version of haskell-mtl)
|
|
|
|
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 haskell-mtl.
|