packages feed

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 view
@@ -1,7 +1,7 @@ bytes ===== -[![Build Status](https://secure.travis-ci.org/analytics/bytes.png)](http://travis-ci.org/analytics/bytes)+[![Build Status](https://secure.travis-ci.org/ekmett/bytes.png)](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,