packages feed

hsbencher 1.14 → 1.14.1

raw patch · 3 files changed

+3/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

example/cabal/benchmark.hs view
@@ -16,7 +16,7 @@       let hackD = "./example/cabal"       putStrLn$"HACK: changing from "++path++" to "++hackD       setCurrentDirectory hackD -  defaultMainWithBechmarks benches+  defaultMainModifyConfig $ addBenchmarks benches  benches =   [ mkBenchmark "bench1/" ["unused_cmdline_arg"] withthreads
example/make_and_ghc/benchmark.hs view
@@ -19,7 +19,6 @@       let hackD = "./example/make_and_ghc"       putStrLn$"HACK: changing from "++path++" to "++hackD       setCurrentDirectory hackD ---  defaultMainWithBechmarks benches   defaultMainModifyConfig myconfig  
hsbencher.cabal view
@@ -1,6 +1,6 @@  name:                hsbencher-version:             1.14+version:             1.14.1 -- CHANGELOG: -- 1.0   : Initial release, new flexible benchmark format. -- 1.1   : Change interface to RunInPlace@@ -83,7 +83,7 @@  .  @  import HSBencher- main = defaultMainWithBechmarks+ main = defaultMainModifyConfig $ addBenchmarks  .      [ mkBenchmark \"bench1/bench1.cabal\" [\"1000\"] $  .        Or [ Set NoMeaning (RuntimeParam \"+RTS -qa -RTS\")  .            , Set NoMeaning (RuntimeEnv \"HELLO\" \"yes\") ] ]