aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
authorpacien2020-01-05 16:42:09 +0100
committerpacien2020-01-05 16:42:09 +0100
commitee222b40569b9f40c482dd9df518f6445c1c304d (patch)
tree84c31fb9618681e2eac5c0e033851ada19bae617 /compiler/package.yaml
parent9dd271504160b624284dbc438cdc867b6ca0d0e7 (diff)
downloadldgallery-ee222b40569b9f40c482dd9df518f6445c1c304d.tar.gz
compiler: enable language extensions on whole project
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