packages feed

binary-parser 0.5.7.4 → 0.5.7.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~bytestringdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, transformers

API changes (from Hackage documentation)

Files

binary-parser.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          binary-parser-version:       0.5.7.4+version:       0.5.7.5 synopsis:   An efficient but limited parser API specialised to bytestrings @@ -66,10 +66,10 @@   exposed-modules: BinaryParser   build-depends:     , base >=4.12 && <5-    , bytestring >=0.10 && <0.12+    , bytestring >=0.10 && <0.13     , mtl >=2 && <3     , text >=1 && <3-    , transformers >=0.4 && <0.7+    , transformers >=0.4 && <0.8  test-suite tests   import:         base