packages feed

benchpress 0.2.2.19 → 0.2.2.20

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: mtl

API changes (from Hackage documentation)

Files

benchpress.cabal view
@@ -1,5 +1,5 @@ name:           benchpress-version:        0.2.2.19+version:        0.2.2.20 synopsis:       Micro-benchmarking with detailed statistics. Description:    Benchmarks actions and produces statistics                 such as min, mean, median, standard deviation,@@ -21,7 +21,7 @@   other-modules:  Math.Statistics    build-depends:  base >= 2.0 && < 4.17,-                  mtl >= 1 && < 2.3,+                  mtl >= 1 && < 2.4,                   time >= 1 && < 1.14    default-language:  Haskell2010