packages feed

Cabal revisions of mtl-1.1.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:         mtl-version:      1.1.0.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://web.cecs.pdx.edu/~mpj/pubs/springschool.html>),-    Advanced School of Functional Programming, 1995.-build-type: Simple-ghc-options: -Wall-exposed-modules:-    Control.Monad.Cont-    Control.Monad.Cont.Class-    Control.Monad.Error-    Control.Monad.Error.Class-    Control.Monad.Identity-    Control.Monad.List-    Control.Monad.RWS-    Control.Monad.RWS.Class-    Control.Monad.RWS.Lazy-    Control.Monad.RWS.Strict-    Control.Monad.Reader-    Control.Monad.Reader.Class-    Control.Monad.State-    Control.Monad.State.Class-    Control.Monad.State.Lazy-    Control.Monad.State.Strict-    Control.Monad.Trans-    Control.Monad.Writer-    Control.Monad.Writer.Class-    Control.Monad.Writer.Lazy-    Control.Monad.Writer.Strict-build-depends: base-extensions: MultiParamTypeClasses,-            FunctionalDependencies,-            FlexibleInstances,-            TypeSynonymInstances-+name:         mtl
+version:      1.1.0.1
+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://web.cecs.pdx.edu/~mpj/pubs/springschool.html>),
+    Advanced School of Functional Programming, 1995.
+build-type: Simple
+ghc-options: -Wall
+exposed-modules:
+    Control.Monad.Cont
+    Control.Monad.Cont.Class
+    Control.Monad.Error
+    Control.Monad.Error.Class
+    Control.Monad.Identity
+    Control.Monad.List
+    Control.Monad.RWS
+    Control.Monad.RWS.Class
+    Control.Monad.RWS.Lazy
+    Control.Monad.RWS.Strict
+    Control.Monad.Reader
+    Control.Monad.Reader.Class
+    Control.Monad.State
+    Control.Monad.State.Class
+    Control.Monad.State.Lazy
+    Control.Monad.State.Strict
+    Control.Monad.Trans
+    Control.Monad.Writer
+    Control.Monad.Writer.Class
+    Control.Monad.Writer.Lazy
+    Control.Monad.Writer.Strict
+build-depends: base < 4.8
+extensions: MultiParamTypeClasses,
+            FunctionalDependencies,
+            FlexibleInstances,
+            TypeSynonymInstances
+
revision 2
 name:         mtl
 version:      1.1.0.1
-x-revision: 1
+x-revision: 2
 license:      BSD3
 license-file: LICENSE
 author:       Andy Gill
     Control.Monad.Writer.Class
     Control.Monad.Writer.Lazy
     Control.Monad.Writer.Strict
-build-depends: base < 4.8
+build-depends: base < 4.3
 extensions: MultiParamTypeClasses,
             FunctionalDependencies,
             FlexibleInstances,