packages feed

bytestring-strict-builder 0.4.5.7 → 0.4.5.8

raw patch · 1 files changed

+3/−4 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-strict-builder.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          bytestring-strict-builder-version:       0.4.5.7+version:       0.4.5.8 category:      Text, ByteString, Builders, Serialization synopsis:      An efficient strict bytestring builder description:@@ -25,8 +25,7 @@  source-repository head   type:     git-  location:-    git://github.com/nikita-volkov/bytestring-strict-builder.git+  location: https://github.com/nikita-volkov/bytestring-strict-builder  common base   default-language:   Haskell2010@@ -92,7 +91,7 @@     , quickcheck-instances >=0.3.11 && <0.4     , rerebase >=1.10 && <2     , tasty >=1.4 && <2-    , tasty-quickcheck >=0.10 && <0.11+    , tasty-quickcheck >=0.10 && <0.12  benchmark benchmarks   import:         base