pure-zlib 0.6.4 → 0.6.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~QuickCheckdep ~tastyPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck, tasty
API changes (from Hackage documentation)
- Codec.Compression.Zlib.Monad: instance GHC.Exception.Exception Codec.Compression.Zlib.Monad.DecompressionError
+ Codec.Compression.Zlib.Monad: instance GHC.Exception.Type.Exception Codec.Compression.Zlib.Monad.DecompressionError
- Codec.Compression.Zlib.HuffmanTree: NewTree :: (HuffmanTree a) -> AdvanceResult a
+ Codec.Compression.Zlib.HuffmanTree: NewTree :: HuffmanTree a -> AdvanceResult a
Files
- pure-zlib.cabal +3/−3
pure-zlib.cabal view
@@ -1,5 +1,5 @@ name: pure-zlib-version: 0.6.4+version: 0.6.5 synopsis: A Haskell-only implementation of zlib / DEFLATE homepage: http://github.com/GaloisInc/pure-zlib license: BSD3@@ -66,9 +66,9 @@ bytestring >= 0.10 && < 0.11, filepath >= 1.4.1 && < 1.6, HUnit >= 1.2 && < 1.7,- QuickCheck >= 2.7 && < 2.12,+ QuickCheck >= 2.7 && < 2.14, pure-zlib,- tasty >= 0.11.0.4 && < 1.2,+ tasty >= 0.11.0.4 && < 1.3, tasty-hunit >= 0.9.2 && < 0.11, tasty-quickcheck >= 0.8.4 && < 0.11