diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 515b9ff..56d6dc3 100644 --- a/package.yaml +++ b/package.yaml @@ -19,6 +19,7 @@ executables: ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing] other-modules: - Data.FastQ + - Dedumi tests: tests: @@ -28,3 +29,14 @@ tests: - temporary other-modules: - Data.FastQ + + bench: + main: bench.hs + dependencies: + - QuickCheck + - criterion + - temporary + - text + other-modules: + - Data.FastQ + - Dedumi |