SBench 0.1 → 0.1.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- SBench.cabal +1/−1
- src/Test/SBench/Space/OptionSet.hs +1/−0
SBench.cabal view
@@ -1,6 +1,6 @@ Name: SBench -Version: 0.1+Version: 0.1.1 Synopsis: A benchmark suite for runtime and heap measurements over a series of inputs.
src/Test/SBench/Space/OptionSet.hs view
@@ -10,6 +10,7 @@ generalCOpts = [ "--make" , "-prof"+ , "-rtsopts" ] -- | default compiler options additional to 'generalCOpts'.