diff options
author | Justin Bedo <cu@cua0.org> | 2024-03-26 14:33:13 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2024-03-27 13:39:32 +1100 |
commit | b9ebdeb8ddebb954c3f429d56c4ea94ebc8418e3 (patch) | |
tree | 633d406cacbb55616263697397557a2b4d45604f /package.yaml | |
parent | afba6bce9c2e8ff77da2848f57f443088861db5d (diff) |
cleanup
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |