From 8d0787161bca218057c49df65b0d83fd7df76046 Mon Sep 17 00:00:00 2001 From: Christoph Neuroth Date: Thu, 8 Dec 2022 09:54:09 +0100 Subject: [PATCH] Update stack to lts-20.3 --- haskell/hspec/fizzbuzz/stack.yaml | 2 +- haskell/hspec/helloworld/stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell/hspec/fizzbuzz/stack.yaml b/haskell/hspec/fizzbuzz/stack.yaml index 7740a00b..d38c7b7f 100644 --- a/haskell/hspec/fizzbuzz/stack.yaml +++ b/haskell/hspec/fizzbuzz/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-13.13 +resolver: lts-20.3 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/haskell/hspec/helloworld/stack.yaml b/haskell/hspec/helloworld/stack.yaml index 7740a00b..d38c7b7f 100644 --- a/haskell/hspec/helloworld/stack.yaml +++ b/haskell/hspec/helloworld/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-13.13 +resolver: lts-20.3 # User packages to be built. # Various formats can be used as shown in the example below.