From 5846b2de2fccd90a61713fcd1832397347a01017 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 16 Aug 2023 15:44:40 +1000 Subject: switch zlib bindings This resolves a memory leak during unparsing. Speed is faster now overall too. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Your branch is up to date with 'origin/master'. # # Changes to be committed: # modified: Data/FastQ.hs # modified: package.yaml # --- package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 27d1ca9..3085a53 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: dedumi dependencies: - base - fusion-plugin - - zlib + - zlib-bindings - cuckoo - microlens-th - microlens @@ -15,6 +15,6 @@ dependencies: executables: dedumi: main: dedumi.hs - ghc-options: [-O2, -fspec-constr-recursive=10, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing] + ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing] other-modules: - Data.FastQ -- cgit v1.2.3