packages feed

distributive 0.2.0.1 → 0.2.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

distributive.cabal view
@@ -1,6 +1,6 @@ name:          distributive category:      Data Structures-version:       0.2.0.1+version:       0.2.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -19,10 +19,10 @@  library   build-depends: -    base >= 4 && < 5,-    transformers >= 0.2.0 && < 0.3+    base         >= 4 && < 5,+    transformers >= 0.3 && < 0.4    exposed-modules:     Data.Distributive -  ghc-options: -Wall +  ghc-options: -Wall