bzlib-conduit 0.2.1.4 → 0.2.1.5
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~bytestringdep ~conduit-extradep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, conduit-extra, mtl
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- bzlib-conduit.cabal +5/−5
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.2.1.5++* Remove upper bounds+ ## 0.2.1.4 * Fix compilation of benchmarks
bzlib-conduit.cabal view
@@ -1,5 +1,5 @@ name: bzlib-conduit-version: 0.2.1.4+version: 0.2.1.5 synopsis: Streaming compression/decompression via conduits. description: Streaming compression/decompression via conduits. homepage: https://github.com/snoyberg/bzlib-conduit@@ -25,10 +25,10 @@ other-modules: Data.Conduit.BZlib.Internal build-depends: base == 4.*- , bytestring >=0.9 && <0.11- , mtl == 2.*- , conduit >= 0.5 && < 1.3- , conduit-extra >= 1.0 && < 1.2+ , bytestring >=0.9+ , mtl >= 2.0+ , conduit >= 0.5+ , conduit-extra >= 1.0 , resourcet , data-default , bindings-DSL