Cabal revisions of ghc-mtl-1.0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: ghc-mtl +version: 1.0.1.2 +x-revision: 1 +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 < 4.7, + ghc >= 6.10 && < 7.8, + mtl, + MonadCatchIO-mtl >= 0.2.0.0 + exposed-modules: Control.Monad.Ghc + extensions: GeneralizedNewtypeDeriving, CPP + ghc-options: -Wall -O2
revision 2
name: ghc-mtl version: 1.0.1.2 -x-revision: 1 +x-revision: 2 description: Provides an 'mtl' compatible version of the 'GhcT' monad-transformer defined in the 'GHC-API' since version 6.10.1. Library build-depends: base >= 4, base < 4.7, ghc >= 6.10 && < 7.8, - mtl, + mtl >= 2, MonadCatchIO-mtl >= 0.2.0.0 exposed-modules: Control.Monad.Ghc extensions: GeneralizedNewtypeDeriving, CPP