aboutsummaryrefslogtreecommitdiff
path: root/compiler/stack.yaml
diff options
context:
space:
mode:
authorpacien2022-10-30 01:58:22 +0200
committerpacien2022-10-30 01:59:29 +0200
commit7ae7e904303dd623398495c2d61d1acadfe96fb1 (patch)
tree2380a109c9d7f42e75cc9832a71ba078686dba8d /compiler/stack.yaml
parentf23c5e5b2cc837093e029884eae1f2edeaa4c888 (diff)
downloadldgallery-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.yaml2
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
20resolver: lts-16.19 20resolver: lts-19.30
21 21
22 22
23# User packages to be built. 23# User packages to be built.