aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 7bd86e9..d7c07e9 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -1,10 +1,10 @@
1name: ldgallery-compiler 1name: ldgallery-compiler
2version: 2.1 2version: 2.2
3homepage: https://ldgallery.pacien.org 3homepage: https://ldgallery.pacien.org
4github: "pacien/ldgallery" 4github: "pacien/ldgallery"
5license: AGPL-3 5license: AGPL-3.0-only
6author: "Pacien TRAN-GIRARD, Guillaume FOUET" 6author: "Pacien TRAN-GIRARD, Guillaume FOUET"
7copyright: "2019-2021 Pacien TRAN-GIRARD, Guillaume FOUET" 7copyright: "2019-2023 Pacien TRAN-GIRARD, Guillaume FOUET"
8 8
9extra-source-files: 9extra-source-files:
10- readme.md 10- readme.md
@@ -32,6 +32,8 @@ dependencies:
32 32
33default-extensions: 33default-extensions:
34- DuplicateRecordFields 34- DuplicateRecordFields
35- DisambiguateRecordFields
36- OverloadedRecordDot
35- DeriveGeneric 37- DeriveGeneric
36- DeriveDataTypeable 38- DeriveDataTypeable
37- DeriveAnyClass 39- DeriveAnyClass