name: MonadCatchIO-mtl version: 0.3.0.4 x-revision: 1 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://darcsden.com/jcpetruzza/MonadCatchIO-mtl cabal-version: >= 1.2 build-type: Simple tested-with: GHC==6.10 Library build-depends: base < 4.7, mtl, extensible-exceptions ghc-options: -Wall extensions: ExistentialQuantification, ScopedTypeVariables exposed-modules: Control.Monad.CatchIO