diff options
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 |