From 9dd271504160b624284dbc438cdc867b6ca0d0e7 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 5 Jan 2020 16:24:02 +0100 Subject: compiler: enable warnings and fix them GitHub: fixes #9 --- compiler/package.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'compiler/package.yaml') diff --git a/compiler/package.yaml b/compiler/package.yaml index 0577bb5..f93c146 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml @@ -28,6 +28,13 @@ dependencies: - parallel-io - regex-compat +ghc-options: +- -Wall +- -Wcompat +- -Widentities +- -Wincomplete-uni-patterns +- -Wredundant-constraints + data-dir: data data-files: ["**/*"] -- cgit v1.2.3