diff options
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 |