diff options
author | pacien | 2022-10-30 01:58:22 +0200 |
---|---|---|
committer | pacien | 2022-10-30 01:59:29 +0200 |
commit | 7ae7e904303dd623398495c2d61d1acadfe96fb1 (patch) | |
tree | 2380a109c9d7f42e75cc9832a71ba078686dba8d /compiler/stack.yaml | |
parent | f23c5e5b2cc837093e029884eae1f2edeaa4c888 (diff) | |
download | ldgallery-7ae7e904303dd623398495c2d61d1acadfe96fb1.tar.gz |
compiler: update stack resolver lts-16.19 -> lts-19.30
To have with-utf8 1.0.2.3, because 1.0.2.1 fails building on Windows
with the following error:
Module `GHC.IO.Encoding.Iconv' does not export `localeEncodingName'
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. |