bzlib 0.5.0.3 → 0.5.0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- bzlib.cabal +2/−2
bzlib.cabal view
@@ -1,5 +1,5 @@ name: bzlib-version: 0.5.0.3+version: 0.5.0.4 copyright: (c) 2006-2011 Duncan Coutts license: BSD3 license-file: LICENSE@@ -31,7 +31,7 @@ other-modules: Codec.Compression.BZip.Stream extensions: CPP, ForeignFunctionInterface build-depends: base >= 3 && < 5,- bytestring == 0.9.*+ bytestring == 0.9.* || == 0.10.* includes: bzlib.h ghc-options: -Wall if !os(windows)