packages feed

comonad 1.1.1.2 → 1.1.1.3

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: containers, semigroups, transformers

API changes (from Hackage documentation)

Files

comonad.cabal view
@@ -1,6 +1,6 @@ name:          comonad category:      Control, Comonads-version:       1.1.1.2+version:       1.1.1.3 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -28,9 +28,9 @@     build-depends: base >= 4.4 && < 5    build-depends:-    transformers >= 0.2.0 && < 0.4,-    containers >= 0.3.0.0 && < 0.5,-    semigroups >= 0.8 && < 0.9+    transformers >= 0.2   && < 0.4,+    containers   >= 0.3   && < 0.5,+    semigroups   >= 0.8.2 && < 0.9    if flag(OldTypeable)     cpp-options: -DOLD_TYPEABLE