name: control-monad-exception-mtl
version: 0.10.3
Cabal-Version: >= 1.10
build-type: Simple
license: PublicDomain
author: Pepe Iborra
maintainer: pepeiborra@gmail.com
homepage: http://pepeiborra.github.com/control-monad-exception
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
description:
MTL classes instances for the EMT exceptions monad transformer
.
Library
buildable: True
default-language: Haskell98
build-depends: base > 4 && < 5
, control-monad-exception >= 0.10.3
, mtl
default- extensions:
ScopedTypeVariables,
MultiParamTypeClasses,
FlexibleContexts,
FlexibleInstances,
UndecidableInstances
exposed-modules:
Control.Monad.Exception.MTL
hs-source-dirs: extensions
ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-orphans
source-repository head
type: git
location: git://github.com/pepeiborra/control-monad-exception.git