File: ghc-mtl.cabal

package info (click to toggle)
haskell-ghc-mtl 1.0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 60 kB
  • ctags: 1
  • sloc: haskell: 79; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 935 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name:               ghc-mtl
version:            1.0.1.2
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://darcsden.com/jcpetruzza/ghc-mtl

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

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