summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-08-16 15:44:40 +1000
committerJustin Bedo <cu@cua0.org>2023-08-16 15:44:40 +1000
commit5846b2de2fccd90a61713fcd1832397347a01017 (patch)
treea88dc853bfe7453d3b9e2fe2f38729ee38ee6d42 /package.yaml
parentb1b959c2af53044b942766eb84b25c114637aee3 (diff)
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 #
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml4
1 files changed, 2 insertions, 2 deletions
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