From be57c3a0f907661fba2ef559529be743dca28ca1 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 3 Aug 2023 09:03:04 +1000 Subject: tidy, more fusion, handle different read headers --- package.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.yaml') 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 -- cgit v1.2.3