adjunctions 4.2 → 4.2.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~profunctorsdep ~semigroupoidsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: profunctors, semigroupoids
API changes (from Hackage documentation)
- Data.Functor.Contravariant.Rep: instance Representable (Proxy *)
- Data.Functor.Rep: instance Representable (Proxy *)
- Data.Functor.Rep: instance Representable (Tagged * t)
+ Data.Functor.Contravariant.Rep: instance Representable Proxy
+ Data.Functor.Rep: instance Representable (Tagged t)
+ Data.Functor.Rep: instance Representable Proxy
Files
- CHANGELOG.markdown +5/−0
- adjunctions.cabal +3/−3
CHANGELOG.markdown view
@@ -1,3 +1,8 @@+4.2.1+-----+* `semigroupoids` 5 support.+* `profunctors` 5 support.+ 4.2 --- * `contravariant` 1.0 support. `Day` convolution moves to `kan-extensions`.
adjunctions.cabal view
@@ -1,6 +1,6 @@ name: adjunctions category: Data Structures, Adjunctions-version: 4.2+version: 4.2.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -48,9 +48,9 @@ distributive >= 0.4 && < 1, free >= 4 && < 5, mtl >= 2.0.1 && < 2.3,- profunctors >= 4 && < 5,+ profunctors >= 4 && < 6, tagged >= 0.7 && < 1,- semigroupoids >= 4 && < 5,+ semigroupoids >= 4 && < 6, semigroups >= 0.11 && < 1, transformers >= 0.2 && < 0.5, void >= 0.5.5.1 && < 1