pure-zlib 0.6.2 → 0.6.3
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Codec.Compression.Zlib.OutputWindow: instance GHC.Base.Semigroup GHC.Types.Int
+ Codec.Compression.Zlib.OutputWindow: instance Data.Semigroup.Semigroup GHC.Types.Int
Files
- pure-zlib.cabal +2/−2
pure-zlib.cabal view
@@ -1,5 +1,5 @@ name: pure-zlib-version: 0.6.2+version: 0.6.3 synopsis: A Haskell-only implementation of zlib / DEFLATE homepage: http://github.com/GaloisInc/pure-zlib license: BSD3@@ -22,7 +22,7 @@ build-depends: array >= 0.4 && < 0.9, base >= 4.6 && < 5.0,- base-compat >= 0.9.1 && < 0.11,+ base-compat >= 0.9.1 && < 0.10, bytestring >= 0.10 && < 0.11, bytestring-builder >= 0.10 && < 0.11, containers >= 0.5 && < 0.7,