packages feed

benchpress 0.2.2.8 → 0.2.2.9

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

benchpress.cabal view
@@ -1,5 +1,5 @@ name:           benchpress-version:        0.2.2.8+version:        0.2.2.9 synopsis:       Micro-benchmarking with detailed statistics. Description:    Benchmarks actions and produces statistics                 such as min, mean, median, standard deviation,@@ -22,7 +22,7 @@    build-depends:  base >= 2.0 && < 4.10,                   mtl >= 1 && < 2.3,-                  time >= 1 && < 1.7+                  time >= 1 && < 1.9    ghc-options:  -funbox-strict-fields -Wall