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/stack.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/stack.yaml')
-rw-r--r-- | compiler/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stack.yaml b/compiler/stack.yaml index 67e823b..b75c56f 100644 --- a/compiler/stack.yaml +++ b/compiler/stack.yaml | |||
@@ -17,7 +17,7 @@ | |||
17 | # | 17 | # |
18 | # resolver: ./custom-snapshot.yaml | 18 | # resolver: ./custom-snapshot.yaml |
19 | # resolver: https://example.com/snapshots/2018-01-01.yaml | 19 | # resolver: https://example.com/snapshots/2018-01-01.yaml |
20 | resolver: lts-16.19 | 20 | resolver: lts-19.30 |
21 | 21 | ||
22 | 22 | ||
23 | # User packages to be built. | 23 | # User packages to be built. |