benchpress 0.2.2.23 → 0.2.2.24
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~basedep ~bytestringdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, time
API changes (from Hackage documentation)
Files
- benchpress.cabal +6/−6
benchpress.cabal view
@@ -1,5 +1,5 @@ name: benchpress-version: 0.2.2.23+version: 0.2.2.24 synopsis: Micro-benchmarking with detailed statistics. Description: Benchmarks actions and produces statistics such as min, mean, median, standard deviation,@@ -20,9 +20,9 @@ other-modules: Math.Statistics - build-depends: base >= 2.0 && < 4.20,+ build-depends: base >= 2.0 && < 4.21, mtl >= 1 && < 2.4,- time >= 1 && < 1.14+ time >= 1 && < 1.15 default-language: Haskell2010 @@ -37,9 +37,9 @@ hs-source-dirs: example, . - build-depends: base,- bytestring,- time+ build-depends: base >= 2.0 && < 4.21,+ bytestring >= 0.12 && < 0.13,+ time >= 1 && < 1.15 default-language: Haskell2010