aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
authorpacien2022-12-01 20:00:12 +0100
committerpacien2022-12-01 20:39:42 +0100
commit922481cfd39543128396dca05c7a83588bcd332e (patch)
tree20f1411a4e20620d644f5b7900548d84f67dbd72 /compiler/package.yaml
parent84560140ee006c8bff7e2c2d4b7140fe9b09c62d (diff)
downloadldgallery-922481cfd39543128396dca05c7a83588bcd332e.tar.gz
compiler: fix build for ghc 9.2
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 04cafd4..539bf9d 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -33,6 +33,8 @@ dependencies:
33 33
34default-extensions: 34default-extensions:
35- DuplicateRecordFields 35- DuplicateRecordFields
36- DisambiguateRecordFields
37- OverloadedRecordDot
36- DeriveGeneric 38- DeriveGeneric
37- DeriveDataTypeable 39- DeriveDataTypeable
38- DeriveAnyClass 40- DeriveAnyClass