diff options
author | zeroinformatique | 2022-11-11 00:29:42 +0100 |
---|---|---|
committer | GitHub | 2022-11-11 00:29:42 +0100 |
commit | ddadf9798b7f874aa0a829d55987ec0d105efa6d (patch) | |
tree | f208efeec53d97dd53cbd61f6fe4dfe824d8754c /compiler/package.yaml | |
parent | bb3b0eae37a7214a3a4a6a1e4354e6f082adf15e (diff) | |
parent | 7ae7e904303dd623398495c2d61d1acadfe96fb1 (diff) | |
download | ldgallery-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.yaml | 3 |
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 | |||
4 | github: "pacien/ldgallery" | 4 | github: "pacien/ldgallery" |
5 | license: AGPL-3 | 5 | license: AGPL-3 |
6 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" | 6 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" |
7 | copyright: "2019-2021 Pacien TRAN-GIRARD, Guillaume FOUET" | 7 | copyright: "2019-2022 Pacien TRAN-GIRARD, Guillaume FOUET" |
8 | 8 | ||
9 | extra-source-files: | 9 | extra-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 | ||
33 | default-extensions: | 34 | default-extensions: |
34 | - DuplicateRecordFields | 35 | - DuplicateRecordFields |