binary-parser 0.5.7.6 → 0.5.7.7
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~tasty-quickcheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty-quickcheck
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.6+version: 0.5.7.7 synopsis: An efficient but limited parser API specialised to bytestrings @@ -82,4 +82,4 @@ , bytestring >=0.10 && <0.13 , tasty >=1.2.3 && <2 , tasty-hunit ^>=0.10- , tasty-quickcheck ^>=0.10+ , tasty-quickcheck >=0.10 && <0.12