name: MonadCatchIO-mtl
version: 0.3.0.3
description:
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.
synopsis: Monad-transformer version of the Control.Exception module
category: Control
license: BSD3
license-file: LICENSE
maintainer: jcpetruzza@gmail.com
homepage: http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl
cabal-version: >= 1.2
build-type: Simple
tested-with: GHC==6.10
Library
build-depends: base < 5, mtl, extensible-exceptions
ghc-options: -Wall
extensions: ExistentialQuantification,
ScopedTypeVariables
exposed-modules: Control.Monad.CatchIO