packages feed

distributive 0.2.0 → 0.2.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Data.Distributive: class Functor g => Distributive g
+ Data.Distributive: class Functor g => Distributive g where distribute = collect id collect f = distribute . fmap f distributeM = fmap unwrapMonad . distribute . WrapMonad collectM f = distributeM . liftM f

Files

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