bits 0.3 → 0.3.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- bits.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.3.1+-----+* Fixed dependency bounds+ 0.3 --- * Support for `bytes` 0.8
bits.cabal view
@@ -1,6 +1,6 @@ name: bits category: Data, Serialization-version: 0.3+version: 0.3.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -42,7 +42,7 @@ library build-depends: base >= 4.3 && < 5,- bytes >= 0.7 && < 1,+ bytes >= 0.8 && < 1, mtl >= 2.0 && < 2.2, transformers >= 0.2 && < 0.4