iteratee-compress 0.3.3.0 → 0.3.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- iteratee-compress.cabal +2/−2
iteratee-compress.cabal view
@@ -1,5 +1,5 @@ Name: iteratee-compress-Version: 0.3.3.0+Version: 0.3.3.1 Synopsis: Enumeratees for compressing and decompressing streams Description: Enumeratees for compressing and decompressing streams License: BSD3@@ -22,7 +22,7 @@ Build-depends: base >= 4 && < 5, bytestring >= 0.9 && < 0.11, iteratee >= 0.8.4 && < 0.9,- mtl >= 2.0 && < 2.2+ mtl >= 2.0 && < 2.3 Build-tools: hsc2hs Extensions: CPP, DeriveDataTypeable,