packages feed

bytestring-tree-builder 0.2.7.12 → 0.2.7.13

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~tasty-quickcheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty-quickcheck

API changes (from Hackage documentation)

Files

bytestring-tree-builder.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          bytestring-tree-builder-version:       0.2.7.12+version:       0.2.7.13 category:      ByteString synopsis:   A very efficient ByteString builder implementation based on the binary tree@@ -24,7 +24,7 @@  source-repository head   type:     git-  location: git://github.com/nikita-volkov/bytestring-tree-builder.git+  location: https://github.com/nikita-volkov/bytestring-tree-builder  common base   default-language:   Haskell2010@@ -104,4 +104,4 @@     , quickcheck-instances >=0.3.25 && <0.4     , tasty >=1.4 && <2     , tasty-hunit >=0.10 && <0.11-    , tasty-quickcheck >=0.10 && <0.11+    , tasty-quickcheck >=0.10 && <0.12