zlib-bindings 0.1.1 → 0.1.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~zlib
Dependency ranges changed: bytestring, zlib
Files
- zlib-bindings.cabal +3/−3
zlib-bindings.cabal view
@@ -1,5 +1,5 @@ name: zlib-bindings-version: 0.1.1+version: 0.1.1.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -17,8 +17,8 @@ library build-depends: base >= 4 && < 5- , bytestring >= 0.9.1.4 && < 0.10- , zlib >= 0.5.2.0 && < 0.6+ , bytestring >= 0.9.1.4+ , zlib >= 0.5.2.0 exposed-modules: Codec.Zlib Codec.Zlib.Lowlevel ghc-options: -Wall