packages feed

adjunctions 2.4.0.2 → 2.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~keysdep ~representable-functorsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: keys, representable-functors

API changes (from Hackage documentation)

Files

adjunctions.cabal view
@@ -1,6 +1,6 @@ name:          adjunctions category:      Data Structures, Adjunctions-version:       2.4.0.2+version:       2.5 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -39,9 +39,9 @@     distributive           >= 0.2.2   && < 0.3,     semigroupoids          >= 1.3.1.2 && < 1.4,     void                   >= 0.5.5.1 && < 0.6,-    keys                   >= 2.1.3.1 && < 2.2,+    keys                   >= 2.2     && < 2.3,     comonad-transformers   >= 2.1.1.1 && < 2.2,-    representable-functors >= 2.4.0.1 && < 2.5+    representable-functors >= 2.5     && < 2.6    exposed-modules:     Data.Functor.Adjunction