From b04c5a58f449db6f8de0e837ffed1e087238787d Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 25 Apr 2020 21:34:00 +0200 Subject: compiler: bump stackage lts to 15.9 --- 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 29f8539..52784f6 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-14.17 +resolver: lts-15.9 # User packages to be built. # Various formats can be used as shown in the example below. -- cgit v1.2.3 From f153d72ed3f106c56414b88c349599cedf276c31 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 29 Apr 2020 16:23:49 +0200 Subject: compiler: ghc 8.8.2 is required on Windows (crash during compilation) https://gitlab.haskell.org/ghc/ghc/issues/17926 github: resolves #169 --- compiler/stack.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'compiler/stack.yaml') diff --git a/compiler/stack.yaml b/compiler/stack.yaml index 52784f6..58e9b6a 100644 --- a/compiler/stack.yaml +++ b/compiler/stack.yaml @@ -17,7 +17,13 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-15.9 + +# Important: +# ghc 8.8.2 is required on Windows (crash during compilation) +# version 15.3 is the latest 8.8.2, do not upgrade until this issue has been resolved +# https://gitlab.haskell.org/ghc/ghc/issues/17926 +resolver: lts-15.3 + # User packages to be built. # Various formats can be used as shown in the example below. -- cgit v1.2.3