bytes 0.13 → 0.13.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CHANGELOG.markdown +4/−0
- bytes.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.13.0.1+--------+* Bumped dependency on `text` to support 1.0+ 0.13 ---- * Fixed an issue caused by [deserializing illegal maps](http://www.reddit.com/r/haskell/comments/1q4r3b/mindbending_behavior_for_deserialization_in/).
bytes.cabal view
@@ -1,6 +1,6 @@ name: bytes category: Data, Serialization-version: 0.13+version: 0.13.0.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -48,7 +48,7 @@ containers >= 0.3 && < 1, ghc-prim, mtl >= 2.0 && < 2.2,- text >= 0.2 && < 1,+ text >= 0.2 && < 1.1, transformers >= 0.2 && < 0.4, transformers-compat >= 0.1 && < 1, void >= 0.6 && < 0.7