bytes 0.14.1.1 → 0.14.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~voidPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: void
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- bytes.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.14.1.2+--------+* Support `void` 0.7 / GHC 7.10+ 0.14 ---- * Lots of new instances
bytes.cabal view
@@ -1,6 +1,6 @@ name: bytes category: Data, Serialization-version: 0.14.1.1+version: 0.14.1.2 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -54,7 +54,7 @@ time >= 1.2 && < 1.5, transformers >= 0.2 && < 0.5, transformers-compat >= 0.3 && < 1,- void >= 0.6 && < 0.7+ void >= 0.6 && < 1 if impl(ghc >= 7.4 && < 7.6) build-depends: ghc-prim