summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-08-03 09:03:04 +1000
committerJustin Bedo <cu@cua0.org>2023-08-03 09:03:04 +1000
commitbe57c3a0f907661fba2ef559529be743dca28ca1 (patch)
treec12cdd071e46c9b4150edffbd024c171f94a291c /package.yaml
parent2a78ced9c247f5a059d8456617391e3e5c846c23 (diff)
tidy, more fusion, handle different read headers
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml5
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