aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/stack.yaml8
-rw-r--r--compiler/stack.yaml.lock8
2 files changed, 11 insertions, 5 deletions
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 @@
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-15.9 20
21# Important:
22# ghc 8.8.2 is required on Windows (crash during compilation)
23# version 15.3 is the latest 8.8.2, do not upgrade until this issue has been resolved
24# https://gitlab.haskell.org/ghc/ghc/issues/17926
25resolver: lts-15.3
26
21 27
22# User packages to be built. 28# User packages to be built.
23# Various formats can be used as shown in the example below. 29# Various formats can be used as shown in the example below.
diff --git a/compiler/stack.yaml.lock b/compiler/stack.yaml.lock
index 1debcae..eeb93a9 100644
--- a/compiler/stack.yaml.lock
+++ b/compiler/stack.yaml.lock
@@ -6,7 +6,7 @@
6packages: [] 6packages: []
7snapshots: 7snapshots:
8- completed: 8- completed:
9 size: 492027 9 size: 491373
10 url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/9.yaml 10 url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/3.yaml
11 sha256: 11394dc975e96c2fea90f7f2b3229630d46351a092ebcec78f0a56403930b429 11 sha256: 29e9ff61b8bf4b4fcff55cde3ac106ebb971f0d21331dccac9eee63374fa6ca8
12 original: lts-15.9 12 original: lts-15.3