maybench 0.2.3 → 0.2.3.1
raw patch · 2 files changed
+2/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- darcs-benchmark/DarcsBenchmark.hs +1/−4
- maybench.cabal +1/−1
darcs-benchmark/DarcsBenchmark.hs view
@@ -332,10 +332,7 @@ , interactive = InteractiveFlag `elem` opts , darcsExecutable = dcmd }- forM_ dCmds $ \dcmd' -> do- dcmd <- if isAbsolute dcmd'- then return dcmd'- else findExecutable dcmd' >>= maybe (fail $ "cannot find " ++ dcmd') return+ forM_ dCmds $ \dcmd -> do case d_args of [] -> ourBench mUrl (conf dcmd) (c:das) -> runBenchM (conf dcmd) (BenchState "") $ do
maybench.cabal view
@@ -1,5 +1,5 @@ Name: maybench-Version: 0.2.3+Version: 0.2.3.1 License: BSD3 License-file: LICENSE Author: Maybench developers