From a614ac0ed73ae6e12c0c15d057c93a5c96d1e08c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 7 Aug 2022 18:11:21 +0200 Subject: Things lol --- package.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 120d0e4..7ce52be 100644 --- a/package.yaml +++ b/package.yaml @@ -20,7 +20,7 @@ data-files: # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: Please see the README on GitHub at +description: Please see the README on GitHub at default-extensions: - LambdaCase @@ -39,13 +39,20 @@ dependencies: library: source-dirs: src + ghc-options: + - -Wall + - -Wextra + - -Werror + - -Wincomplete-uni-patterns + - -Wincomplete-record-updates + - -Widentities + - -Wredundant-constraints executables: bruijn: main: Main.hs source-dirs: app ghc-options: - - -Wall - -threaded - -rtsopts - -with-rtsopts=-N -- cgit v1.2.3