diff options
author | Justin Bedo <cu@cua0.org> | 2023-08-03 16:25:16 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-08-03 23:34:27 +1000 |
commit | 04685332602ebcb6c0429026aa1def55f4c8c483 (patch) | |
tree | 23dd44766e5d5206aafa9187187cae16872e3808 /package.yaml | |
parent | ae32b54617ab7bd5d24764d0d85a7a08a9e8d461 (diff) |
tidy code
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.yaml b/package.yaml index 4996d83..27d1ca9 100644 --- a/package.yaml +++ b/package.yaml @@ -9,13 +9,12 @@ dependencies: - microlens - bytestring - streamly-bytestring - - streamly - streamly-core - - streamly-archive + - ghc-prim executables: dedumi: main: dedumi.hs - ghc-options: [-O2, -fspec-constr-recursive=10, -fmax-worker-args=16, -fplugin=Fusion.Plugin] + ghc-options: [-O2, -fspec-constr-recursive=10, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing] other-modules: - Data.FastQ |