binary-parser 0.5.6 → 0.5.6.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- binary-parser.cabal +2/−2
binary-parser.cabal view
@@ -1,7 +1,7 @@ name: binary-parser version:- 0.5.6+ 0.5.6.1 synopsis: A highly-efficient but limited parser API specialised for bytestrings category:@@ -44,7 +44,7 @@ BinaryParser build-depends: -- data:- bytestring >= 0.10 && < 0.11,+ bytestring >= 0.10 && < 0.12, text >= 1 && < 2, -- general: mtl == 2.*,