benchpress 0.2.2.18 → 0.2.2.19
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- benchpress.cabal +3/−3
benchpress.cabal view
@@ -1,5 +1,5 @@ name: benchpress-version: 0.2.2.18+version: 0.2.2.19 synopsis: Micro-benchmarking with detailed statistics. Description: Benchmarks actions and produces statistics such as min, mean, median, standard deviation,@@ -20,10 +20,10 @@ other-modules: Math.Statistics - build-depends: base >= 2.0 && < 4.16,+ build-depends: base >= 2.0 && < 4.17, mtl >= 1 && < 2.3, time >= 1 && < 1.14- + default-language: Haskell2010 ghc-options: -funbox-strict-fields -Wall