Cabal revisions of mtl-1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: mtl-version: 1.0-license: BSD3-license-file: LICENSE-author: Andy Gill-maintainer: libraries@haskell.org-category: Control-synopsis: Monad transformer library-description:- A monad transformer library, inspired by the paper "Functional- Programming with Overloading and Higher-Order Polymorphism",- by Mark P Jones (<http://www.cse.ogi.edu/~mpj/>), Advanced School- of Functional Programming, 1995.-exposed-modules:- Control.Monad.Error,- Control.Monad.Cont,- Control.Monad.Identity,- Control.Monad.List,- Control.Monad.RWS,- Control.Monad.Reader,- Control.Monad.State,- Control.Monad.Trans,- Control.Monad.Writer-build-depends: base-extensions: MultiParamTypeClasses, FunctionalDependencies+name: mtl +version: 1.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Andy Gill +maintainer: libraries@haskell.org +category: Control +synopsis: Monad transformer library +description: + A monad transformer library, inspired by the paper "Functional + Programming with Overloading and Higher-Order Polymorphism", + by Mark P Jones (<http://www.cse.ogi.edu/~mpj/>), Advanced School + of Functional Programming, 1995. +exposed-modules: + Control.Monad.Error, + Control.Monad.Cont, + Control.Monad.Identity, + Control.Monad.List, + Control.Monad.RWS, + Control.Monad.Reader, + Control.Monad.State, + Control.Monad.Trans, + Control.Monad.Writer +build-depends: base < 4.8 +extensions: MultiParamTypeClasses, FunctionalDependencies
revision 2
name: mtl version: 1.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE author: Andy Gill Control.Monad.State, Control.Monad.Trans, Control.Monad.Writer -build-depends: base < 4.8 +build-depends: base < 4.3 extensions: MultiParamTypeClasses, FunctionalDependencies