profunctor-extras 0.1.0.2 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~profunctorsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: profunctors
API changes (from Hackage documentation)
Files
- profunctor-extras.cabal +2/−2
profunctor-extras.cabal view
@@ -1,6 +1,6 @@ name: profunctor-extras category: Control, Categories-version: 0.1.0.2+version: 0.1.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -22,7 +22,7 @@ base >= 4 && < 5, semigroupoids >= 1.2.2 && <= 1.3, comonad >= 1.1 && < 1.2,- profunctors >= 0.1 && < 0.2+ profunctors >= 0.1.1 && < 0.2 exposed-modules: Data.Profunctor.Composition