From 5868eeaa410067d28bb2aabdc79e77abef39a0d4 Mon Sep 17 00:00:00 2001 From: Jorge Acereda Date: Sat, 23 May 2020 00:29:44 +0200 Subject: [PATCH] Try to fix Windows build failure switching resolver. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index e15e9659..19fd11f7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-15.13 +resolver: lts-15.3 # User packages to be built. # Various formats can be used as shown in the example below.