maybench 0.2 → 0.2.1
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~benchpress
Dependency ranges changed: benchpress
Files
- Test/Maybench.hs +1/−1
- maybench.cabal +4/−4
Test/Maybench.hs view
@@ -47,7 +47,7 @@ stats <- benchmark n (system setup) (const $ system cleanup) (const $ system cmd)- return $ mean stats+ return $ mean $ snd stats showTimeDiff :: (String, TimeDiff) -> String
maybench.cabal view
@@ -1,5 +1,5 @@ Name: maybench-Version: 0.2+Version: 0.2.1 License: BSD3 License-file: LICENSE Author: Maybench developers@@ -27,7 +27,7 @@ Flag splitBase Description: Choose the new smaller, split-up base package. Library- build-depends: benchpress >= 0.2.1 && < 0.3+ build-depends: benchpress >= 0.2.2 && < 0.2.3 if flag(splitBase) build-depends: base >= 3, process, old-time else@@ -39,7 +39,7 @@ Executable maybench Hs-Source-Dirs: ., wrapper- build-depends: benchpress >= 0.2.1 && < 0.3+ build-depends: benchpress >= 0.2.2 && < 0.2.3 if flag(splitBase) build-depends: base >= 3, process@@ -50,7 +50,7 @@ Executable darcs-benchmark Hs-Source-Dirs: ., darcs-benchmark- build-depends: benchpress >= 0.2.1 && < 0.3+ build-depends: benchpress >= 0.2.2 && < 0.2.3 if flag(splitBase) build-depends: base >= 3, process, unix, directory, time, mtl, filepath