binary 0.4.3 → 0.4.3.1
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
- binary.cabal +2/−2
binary.cabal view
@@ -1,5 +1,5 @@ name: binary-version: 0.4.3+version: 0.4.3.1 license: BSD3 license-file: LICENSE author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>@@ -30,7 +30,7 @@ cpp-options: -DBYTESTRING_IN_BASE else -- in base 1.0 and 3.0 bytestring is a separate package- build-depends: base < 2.0 || >= 3, bytestring >= 0.9.1.0+ build-depends: base < 2.0 || >= 3, bytestring >= 0.9 if flag(split-base) build-depends: base >= 3.0, containers, array