packages feed

ghc-mtl-1.0.0.0: ghc-mtl.cabal

name:               ghc-mtl
version:            1.0.0.0
description:        Provides an 'mtl' compatible version of the 'GhcT'
                    monad-transformer defined in the 'GHC-API' since version
                    6.10.1.
synopsis:           An mtl compatible version of the Ghc-Api monads
                    and monad-transformers.
category:           Development
license:            BSD3
license-file:       LICENSE
author:             Daniel Gorin
maintainer:         jcpetruzza@gmail.com
homepage:         http://code.haskell.org/~jcpetruzza/ghc-mtl

cabal-version:      >= 1.2
build-type:         Simple
tested-with:        GHC==6.10

Library
  build-depends:      base >= 4,
                      ghc >= 6.10,
                      mtl,
                      MonadCatchIO-mtl
  exposed-modules:    Control.Monad.Ghc
  extensions:         GeneralizedNewtypeDeriving
  ghc-options:        -Wall -O2