packages feed

data-lens 2.10.0 → 2.10.1

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~comonadPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: comonad

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+2.10.1 (Changes from 2.10)+* Bump dependency on comonad+ 2.10 (Changes from 2.9.0) ========================= * Removed unused depencencies
data-lens.cabal view
@@ -1,6 +1,6 @@ name:               data-lens category:           Control, Comonads-version:            2.10.0+version:            2.10.1 license:            BSD3 cabal-version:      >= 1.6 license-file:       LICENSE@@ -25,7 +25,7 @@ library   build-depends:     base                 >= 4       && < 5,-    comonad              >= 1.1.1.3 && < 1.2,+    comonad              >= 1.1.1.3 && < 3.1,     comonad-transformers >= 2.0     && < 2.2,     containers           >= 0.3     && < 0.5,     semigroupoids        >= 1.2.4   && < 1.4,