zlib-lens 0.1.1.2 → 0.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~profunctorsdep ~zlibPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: profunctors, zlib
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- zlib-lens.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.1.2+-----+* `profunctors` 5 support.+ 0.1.1.2 ------- * `profunctors` 4.4 support.
zlib-lens.cabal view
@@ -1,5 +1,5 @@ name: zlib-lens-version: 0.1.1.2+version: 0.1.2 synopsis: Lenses for zlib description: Lenses for zlib homepage: http://lens.github.io/@@ -24,7 +24,7 @@ build-depends: base >= 4.0 && < 5, bytestring >= 0.9.1.10 && < 0.11, zlib >= 0.5.4 && < 0.6,- profunctors >= 3.1.1 && < 5+ profunctors >= 3.1.1 && < 6 hs-source-dirs: src default-language: Haskell2010