packages feed

benchpress 0.2.2.9 → 0.2.2.10

raw patch · 1 files changed

+4/−3 lines, 1 filesdep ~basedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, time

API changes (from Hackage documentation)

Files

benchpress.cabal view
@@ -1,5 +1,5 @@ name:           benchpress-version:        0.2.2.9+version:        0.2.2.10 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.10,+  build-depends:  base >= 2.0 && < 4.11,                   mtl >= 1 && < 2.3,-                  time >= 1 && < 1.9+                  time >= 1 && < 1.10    ghc-options:  -funbox-strict-fields -Wall @@ -31,6 +31,7 @@    -- This is not in build-depends for cabal 1.2 compatibility (requires 1.8)   other-modules:  Test.BenchPress+                  Math.Statistics    hs-source-dirs:  example, .