mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
b7724d8f6c
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
7 lines
335 B
Text
7 lines
335 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.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|