packages feed

data-lens 2.11.1 → 2.11.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~semigroupoidsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: semigroupoids

API changes (from Hackage documentation)

- Control.Category.Product: class Category c => Tensor c where first = (*** id) second = (id ***)
+ Control.Category.Product: class Category c => Tensor c

Files

CHANGELOG view
@@ -1,3 +1,7 @@+2.11.2 (Changes from 2.11.2)+=========================+* Bump dependency on semigroupoids+ 2.11.1 (Changes from 2.11.0.1) ========================= * Missing imports prevened data-lens from working on base earlier than 4.8.  This is now fixed.
data-lens.cabal view
@@ -1,6 +1,6 @@ name:               data-lens category:           Control, Comonads-version:            2.11.1+version:            2.11.2 license:            BSD3 cabal-version:      >= 1.6 license-file:       LICENSE@@ -23,7 +23,7 @@     base                 >= 4       && < 5,     comonad              >= 4.0     && < 5.1,     containers           >= 0.3     && < 0.6,-    semigroupoids        >= 4.0     && < 5.2,+    semigroupoids        >= 4.0     && < 5.3,     transformers         >= 0.4     && < 0.6    extensions: CPP