name: MonadCatchIO-mtl
version: 0.2.0.0
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: PublicDomain
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, mtl, extensible-exceptions
ghc-options: -Wall
extensions: ExistentialQuantification,
ScopedTypeVariables
exposed-modules: Control.Monad.CatchIO