aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml9
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
31default-extensions:
32- DuplicateRecordFields
33- DeriveGeneric
34- DeriveDataTypeable
35- DeriveAnyClass
36- FlexibleContexts
37- NamedFieldPuns
38- OverloadedStrings
39
31ghc-options: 40ghc-options:
32- -Wall 41- -Wall
33- -Wcompat 42- -Wcompat