Cabal revisions of ghc-mtl-1.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: ghc-mtl +version: 1.0.0.0 +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://code.haskell.org/~jcpetruzza/ghc-mtl + +cabal-version: >= 1.2 +build-type: Simple +tested-with: GHC==6.10 + +Library + build-depends: base >= 4 && < 4.4, + ghc >= 6.10 && < 7.2, + mtl, + MonadCatchIO-mtl + exposed-modules: Control.Monad.Ghc + extensions: GeneralizedNewtypeDeriving + ghc-options: -Wall -O2
revision 2
name: ghc-mtl version: 1.0.0.0 -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 && < 4.4, ghc >= 6.10 && < 7.2, - mtl, + mtl >= 2, MonadCatchIO-mtl exposed-modules: Control.Monad.Ghc extensions: GeneralizedNewtypeDeriving