bits 0.3.2 → 0.3.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~bytesdep ~mtldep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytes, mtl, transformers
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- bits.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.3.3+-----+* Fixed dependencies on old busted versions+ 0.3.2 ----- * Bug fix for `getBit`
bits.cabal view
@@ -1,6 +1,6 @@ name: bits category: Data, Serialization-version: 0.3.2+version: 0.3.3 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -42,7 +42,7 @@ library build-depends: base >= 4.3 && < 5,- bytes >= 0.8 && < 1,+ bytes >= 0.11 && < 1, mtl >= 2.0 && < 2.2, transformers >= 0.2 && < 0.4