bytestring-tree-builder 0.2.7.9 → 0.2.7.10
raw patch · 2 files changed
+2/−4 lines, 2 filesdep ~textsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- bytestring-tree-builder.cabal +2/−2
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
bytestring-tree-builder.cabal view
@@ -1,5 +1,5 @@ name: bytestring-tree-builder-version: 0.2.7.9+version: 0.2.7.10 category: ByteString synopsis: A very efficient ByteString builder implementation based on the binary tree description:@@ -35,7 +35,7 @@ build-depends: base >=4.11 && <5, bytestring >=0.10 && <0.12,- text >=1 && <2+ text >=1 && <3 benchmark benchmark type: exitcode-stdio-1.0