diff options
author | pacien | 2020-01-05 16:42:09 +0100 |
---|---|---|
committer | pacien | 2020-01-05 16:42:09 +0100 |
commit | ee222b40569b9f40c482dd9df518f6445c1c304d (patch) | |
tree | 84c31fb9618681e2eac5c0e033851ada19bae617 /compiler/package.yaml | |
parent | 9dd271504160b624284dbc438cdc867b6ca0d0e7 (diff) | |
download | ldgallery-ee222b40569b9f40c482dd9df518f6445c1c304d.tar.gz |
compiler: enable language extensions on whole project
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r-- | compiler/package.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml index f93c146..f7fb22a 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml | |||
@@ -28,6 +28,15 @@ dependencies: | |||
28 | - parallel-io | 28 | - parallel-io |
29 | - regex-compat | 29 | - regex-compat |
30 | 30 | ||
31 | default-extensions: | ||
32 | - DuplicateRecordFields | ||
33 | - DeriveGeneric | ||
34 | - DeriveDataTypeable | ||
35 | - DeriveAnyClass | ||
36 | - FlexibleContexts | ||
37 | - NamedFieldPuns | ||
38 | - OverloadedStrings | ||
39 | |||
31 | ghc-options: | 40 | ghc-options: |
32 | - -Wall | 41 | - -Wall |
33 | - -Wcompat | 42 | - -Wcompat |