We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bc108 commit 14fbd7bCopy full SHA for 14fbd7b
2 files changed
benchmark/bench.hs benchmark/Main.hsbenchmark/bench.hs renamed to benchmark/Main.hs
@@ -1,3 +1,5 @@
1
+module Main where
2
+
3
import Data.Complex
4
import Statistics.Sample
5
import Statistics.Transform
statistics.cabal
@@ -224,7 +224,7 @@ benchmark statistics-bench
224
import: bench-stanza
225
type: exitcode-stdio-1.0
226
hs-source-dirs: benchmark bench-time
227
- main-is: bench.hs
+ main-is: Main.hs
228
Other-modules: Bench
229
build-depends: tasty-bench >= 0.3
230
@@ -234,6 +234,6 @@ benchmark statistics-bench-papi
234
if impl(ghcjs) || !flag(BenchPAPI)
235
buildable: False
236
hs-source-dirs: benchmark bench-papi
237
238
239
build-depends: tasty-papi >= 0.1.2
0 commit comments