From b9ebdeb8ddebb954c3f429d56c4ea94ebc8418e3 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 26 Mar 2024 14:33:13 +1100 Subject: cleanup --- package.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 56d6dc3..7df9e2d 100644 --- a/package.yaml +++ b/package.yaml @@ -13,10 +13,11 @@ dependencies: - ghc-prim - optparse-generic +ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing] + executables: dedumi: main: dedumi.hs - 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 -- cgit v1.2.3