Mikko Värri 1b27e6813f haskell/haskell-MonadCatchIO-transformers: Added (functions to deal with exceptions). 9 years ago
..
README 1b27e6813f haskell/haskell-MonadCatchIO-transformers: Added (functions to deal with exceptions). 9 years ago
doinst.sh 1b27e6813f haskell/haskell-MonadCatchIO-transformers: Added (functions to deal with exceptions). 9 years ago
haskell-MonadCatchIO-transformers.SlackBuild 1b27e6813f haskell/haskell-MonadCatchIO-transformers: Added (functions to deal with exceptions). 9 years ago
haskell-MonadCatchIO-transformers.info 1b27e6813f haskell/haskell-MonadCatchIO-transformers: Added (functions to deal with exceptions). 9 years ago
slack-desc 1b27e6813f haskell/haskell-MonadCatchIO-transformers: Added (functions to deal with exceptions). 9 years ago

README

Provides functions to throw and catch exceptions. Unlike the
functions from Control.Exception, which work in IO, these work in
any stack of monad transformers (from the transformers package) with
IO as the base monad. You can extend this functionality to other
monads, by creating an instance of the MonadCatchIO class. Warning:
this package is deprecated. Use the exceptions package instead, if
possible.

After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache