diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/stack.yaml | 7 | ||||
-rw-r--r-- | compiler/stack.yaml.lock | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/compiler/stack.yaml b/compiler/stack.yaml index 58e9b6a..67e823b 100644 --- a/compiler/stack.yaml +++ b/compiler/stack.yaml | |||
@@ -17,12 +17,7 @@ | |||
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 |
20 | 20 | resolver: lts-16.19 | |
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 | ||
25 | resolver: lts-15.3 | ||
26 | 21 | ||
27 | 22 | ||
28 | # User packages to be built. | 23 | # User packages to be built. |
diff --git a/compiler/stack.yaml.lock b/compiler/stack.yaml.lock index eeb93a9..93f79d9 100644 --- a/compiler/stack.yaml.lock +++ b/compiler/stack.yaml.lock | |||
@@ -6,7 +6,7 @@ | |||
6 | packages: [] | 6 | packages: [] |
7 | snapshots: | 7 | snapshots: |
8 | - completed: | 8 | - completed: |
9 | size: 491373 | 9 | size: 532177 |
10 | url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/3.yaml | 10 | url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/19.yaml |
11 | sha256: 29e9ff61b8bf4b4fcff55cde3ac106ebb971f0d21331dccac9eee63374fa6ca8 | 11 | sha256: d2b828ecf50386841d0c5700b58d38566992e10d63a062af497ab29ab031faa1 |
12 | original: lts-15.3 | 12 | original: lts-16.19 |