diff options
author | Zero~Informatique | 2020-04-29 16:23:49 +0200 |
---|---|---|
committer | Zero~Informatique | 2020-04-30 00:28:07 +0200 |
commit | f153d72ed3f106c56414b88c349599cedf276c31 (patch) | |
tree | 2e541eafb6c8682bfdfa412d1972a69afa993ad8 /compiler/stack.yaml | |
parent | 8bf058f99db1d0ee50810af77829becdc337d26f (diff) | |
download | ldgallery-f153d72ed3f106c56414b88c349599cedf276c31.tar.gz |
compiler: ghc 8.8.2 is required on Windows (crash during compilation)
https://gitlab.haskell.org/ghc/ghc/issues/17926
github: resolves #169
Diffstat (limited to 'compiler/stack.yaml')
-rw-r--r-- | compiler/stack.yaml | 8 |
1 files changed, 7 insertions, 1 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 |
20 | resolver: 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 | ||
25 | resolver: 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. |