packages feed

bytestring-tree-builder 0.2.7.4 → 0.2.7.5

raw patch · 1 files changed

+4/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

bytestring-tree-builder.cabal view
@@ -1,5 +1,5 @@ name: bytestring-tree-builder-version: 0.2.7.4+version: 0.2.7.5 category: ByteString synopsis: A very efficient ByteString builder implementation based on the binary tree description:@@ -36,8 +36,10 @@     base >=4.6 && <5,     base-prelude <2,     bytestring >=0.10 && <0.11,-    semigroups >=0.18 && <0.20,     text >=1 && <2+  if impl(ghc < 8.0)+    build-depends:+      semigroups >=0.18 && <0.20  benchmark benchmark   type: exitcode-stdio-1.0