packages feed

Cabal revisions of mtl-2.2.1

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

revision 1
-name:         mtl-version:      2.2.1-cabal-version: >= 1.6-license:      BSD3-license-file: LICENSE-author:       Andy Gill-maintainer:   Edward Kmett <ekmett@gmail.com>-category:     Control-synopsis:     Monad classes, using functional dependencies-homepage:     http://github.com/ekmett/mtl-bug-reports:  http://github.com/ekmett/mtl/issues-description:-    Monad classes using functional dependencies, with instances-    for various monad transformers, inspired by the paper-    /Functional Programming with Overloading and Higher-Order Polymorphism/,-    by Mark P Jones, in /Advanced School of Functional Programming/, 1995-    (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).-build-type: Simple-extra-source-files: CHANGELOG.markdown--source-repository head-  type: git-  location: git://github.com/ekmett/mtl.git--Library-  exposed-modules:-    Control.Monad.Cont-    Control.Monad.Cont.Class-    Control.Monad.Error-    Control.Monad.Error.Class-    Control.Monad.Except-    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 < 6, transformers == 0.4.*-  extensions:-    MultiParamTypeClasses-    FunctionalDependencies-    FlexibleInstances-  ghc-options: -Wall -fno-warn-unused-imports -fno-warn-warnings-deprecations+name:         mtl
+version:      2.2.1
+x-revision: 1
+cabal-version: >= 1.6
+license:      BSD3
+license-file: LICENSE
+author:       Andy Gill
+maintainer:   Edward Kmett <ekmett@gmail.com>
+category:     Control
+synopsis:     Monad classes, using functional dependencies
+homepage:     http://github.com/ekmett/mtl
+bug-reports:  http://github.com/ekmett/mtl/issues
+description:
+    Monad classes using functional dependencies, with instances
+    for various monad transformers, inspired by the paper
+    /Functional Programming with Overloading and Higher-Order Polymorphism/,
+    by Mark P Jones, in /Advanced School of Functional Programming/, 1995
+    (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
+build-type: Simple
+extra-source-files: CHANGELOG.markdown
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/mtl.git
+
+Library
+  exposed-modules:
+    Control.Monad.Cont
+    Control.Monad.Cont.Class
+    Control.Monad.Error
+    Control.Monad.Error.Class
+    Control.Monad.Except
+    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 < 6, transformers >= 0.4 && < 0.6
+  extensions:
+    MultiParamTypeClasses
+    FunctionalDependencies
+    FlexibleInstances
+  ghc-options: -Wall -fno-warn-unused-imports -fno-warn-warnings-deprecations
revision 2
 name:         mtl
 version:      2.2.1
-x-revision: 1
+x-revision: 2
 cabal-version: >= 1.6
 license:      BSD3
 license-file: LICENSE
     Control.Monad.Writer.Class
     Control.Monad.Writer.Lazy
     Control.Monad.Writer.Strict
-  build-depends: base < 6, transformers >= 0.4 && < 0.6
+  -- ghc-8.4 bundles mtl-2.2.2, don't downgrade
+  build-depends: base < 4.11, transformers >= 0.4 && < 0.6
   extensions:
     MultiParamTypeClasses
     FunctionalDependencies