binary-parser 0.5.7.5 → 0.5.7.6
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,6 +1,6 @@ cabal-version: 3.0 name: binary-parser-version: 0.5.7.5+version: 0.5.7.6 synopsis: An efficient but limited parser API specialised to bytestrings @@ -79,7 +79,7 @@ build-depends: , base-prelude >=1.6 && <2 , binary-parser- , bytestring >=0.10 && <0.12+ , bytestring >=0.10 && <0.13 , tasty >=1.2.3 && <2 , tasty-hunit ^>=0.10 , tasty-quickcheck ^>=0.10