aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
authorzeroinformatique2022-11-11 00:29:42 +0100
committerGitHub2022-11-11 00:29:42 +0100
commitddadf9798b7f874aa0a829d55987ec0d105efa6d (patch)
treef208efeec53d97dd53cbd61f6fe4dfe824d8754c /compiler/package.yaml
parentbb3b0eae37a7214a3a4a6a1e4354e6f082adf15e (diff)
parent7ae7e904303dd623398495c2d61d1acadfe96fb1 (diff)
downloadldgallery-ddadf9798b7f874aa0a829d55987ec0d105efa6d.tar.gz
Merge pull request #346 from ldgallery/p_compiler_logging
compiler: fix support for non-utf8 terminals, add more steps prints
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 7bd86e9..0c07efe 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -4,7 +4,7 @@ homepage: https://ldgallery.pacien.org
4github: "pacien/ldgallery" 4github: "pacien/ldgallery"
5license: AGPL-3 5license: AGPL-3
6author: "Pacien TRAN-GIRARD, Guillaume FOUET" 6author: "Pacien TRAN-GIRARD, Guillaume FOUET"
7copyright: "2019-2021 Pacien TRAN-GIRARD, Guillaume FOUET" 7copyright: "2019-2022 Pacien TRAN-GIRARD, Guillaume FOUET"
8 8
9extra-source-files: 9extra-source-files:
10- readme.md 10- readme.md
@@ -29,6 +29,7 @@ dependencies:
29- safe 29- safe
30- time 30- time
31- process 31- process
32- with-utf8
32 33
33default-extensions: 34default-extensions:
34- DuplicateRecordFields 35- DuplicateRecordFields