name: control-monad-exception-mtl version: 0.8.0.3 Cabal-Version: >= 1.6 build-type: Simple license: PublicDomain author: Pepe Iborra maintainer: pepeiborra@gmail.com homepage: http://pepeiborra.github.com/control-monad-exception description: MTL instances for the EMT exceptions monad transformer synopsis: MTL instances for the EMT exceptions monad transformer category: Control, Monads, Failure stability: experimental tested-with: GHC == 6.12.1 bug-reports: http://github.com/pepeiborra/control-monad-exception/issues Library buildable: True build-depends: base > 4 && < 5 , control-monad-exception >= 0.8.0 , mtl extensions: ScopedTypeVariables, PackageImports, MultiParamTypeClasses, FlexibleContexts, FlexibleInstances, UndecidableInstances exposed-modules: Control.Monad.Exception.MTL hs-source-dirs: src-mtl ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-orphans source-repository head type: git location: git://github.com/pepeiborra/control-monad-exception.git