diff options
author | pacien | 2020-01-05 16:24:02 +0100 |
---|---|---|
committer | pacien | 2020-01-05 16:24:02 +0100 |
commit | 9dd271504160b624284dbc438cdc867b6ca0d0e7 (patch) | |
tree | 8701aa1897e664aab1f80a7952dbdc5c0c27624c /compiler/package.yaml | |
parent | abdf82bbfde843a87bd00746f52dafdd28f3f60b (diff) | |
download | ldgallery-9dd271504160b624284dbc438cdc867b6ca0d0e7.tar.gz |
compiler: enable warnings and fix them
GitHub: fixes #9
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r-- | compiler/package.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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: | |||
28 | - parallel-io | 28 | - parallel-io |
29 | - regex-compat | 29 | - regex-compat |
30 | 30 | ||
31 | ghc-options: | ||
32 | - -Wall | ||
33 | - -Wcompat | ||
34 | - -Widentities | ||
35 | - -Wincomplete-uni-patterns | ||
36 | - -Wredundant-constraints | ||
37 | |||
31 | data-dir: data | 38 | data-dir: data |
32 | data-files: ["**/*"] | 39 | data-files: ["**/*"] |
33 | 40 | ||