diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index a923f2d..4996d83 100644 --- a/package.yaml +++ b/package.yaml @@ -2,6 +2,7 @@ name: dedumi dependencies: - base + - fusion-plugin - zlib - cuckoo - microlens-th @@ -15,4 +16,6 @@ dependencies: executables: dedumi: main: dedumi.hs - ghc-options: [-O2, -fspec-constr-recursive=10, -fmax-worker-args=16] + ghc-options: [-O2, -fspec-constr-recursive=10, -fmax-worker-args=16, -fplugin=Fusion.Plugin] + other-modules: + - Data.FastQ |