From 7ae7e904303dd623398495c2d61d1acadfe96fb1 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 30 Oct 2022 01:58:22 +0200 Subject: 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' --- compiler/stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/stack.yaml') 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 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-16.19 +resolver: lts-19.30 # User packages to be built. -- cgit v1.2.3