bytes 0.12 → 0.12.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~cereal
Dependency ranges changed: cereal
Files
- README.markdown +1/−1
- bytes.cabal +2/−2
README.markdown view
@@ -1,7 +1,7 @@ bytes ===== -[](http://travis-ci.org/analytics/bytes)+[](http://travis-ci.org/ekmett/bytes) This package provides a simple compatibility shim that lets you work with both `binary` and `cereal` with one chunk of serialization code.
bytes.cabal view
@@ -1,6 +1,6 @@ name: bytes category: Data, Serialization-version: 0.12+version: 0.12.0.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -44,7 +44,7 @@ base >= 4.3 && < 5, binary >= 0.5.1 && < 0.8, bytestring >= 0.9 && < 0.11,- cereal >= 0.3.5 && < 0.4,+ cereal >= 0.3.5 && < 0.5, containers >= 0.3 && < 1, ghc-prim, mtl >= 2.0 && < 2.2,