From 04685332602ebcb6c0429026aa1def55f4c8c483 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 3 Aug 2023 16:25:16 +1000 Subject: tidy code --- package.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package.yaml') 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 -- cgit v1.2.3