packages feed

adjunctions 2.4 → 2.4.0.1

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~comonaddep ~comonad-transformersdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: comonad, comonad-transformers, containers, keys, representable-functors, semigroupoids

API changes (from Hackage documentation)

Files

adjunctions.cabal view
@@ -1,6 +1,6 @@ name:          adjunctions category:      Data Structures, Adjunctions-version:       2.4+version:       2.4.0.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -31,15 +31,15 @@     base                   >= 4       && < 5,     transformers           >= 0.2     && < 0.4,     mtl                    >= 2.0.1   && < 2.2,-    containers             >= 0.3     && < 0.5,-    comonad                >= 1.1.1.3 && < 1.2,+    containers             >= 0.3     && < 0.6,+    comonad                >= 1.1.1.5 && < 1.2,     contravariant          >= 0.2.0.1 && < 0.3,     distributive           >= 0.2.2   && < 0.3,-    semigroupoids          >= 1.3.1   && < 1.4,+    semigroupoids          >= 1.3.1.2 && < 1.4,     void                   >= 0.5.5.1 && < 0.6,-    keys                   >= 2.1.3   && < 2.2,-    comonad-transformers   >= 2.1.1   && < 2.2,-    representable-functors >= 2.4     && < 2.5+    keys                   >= 2.1.3.1 && < 2.2,+    comonad-transformers   >= 2.1.1.1 && < 2.2,+    representable-functors >= 2.4.0.1 && < 2.5    exposed-modules:     Data.Functor.Adjunction