File tree Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 1
1
# This is an experimental project-level configuration, to see if Stack can be
2
2
# built with GHC 9.4.5.
3
3
4
- # GHC 9.4.5
5
- resolver : nightly-2023-05-13
4
+ resolver : nightly-2023-06-18 # GHC 9.4.5
6
5
7
6
packages :
8
7
- .
9
8
10
9
extra-deps :
11
10
- ansi-terminal-1.0@sha256:640ffecfd95471388d939fcacb57bdc0cef15f0457746c234a12cdd5a6c6d1e8,2706
11
+ # Required because ansi-wl-pprint-0.6.9 specifies ansi-terminal < 0.12. See:
12
+ # https://github.com/ekmett/ansi-wl-pprint/issues/29
13
+ - ansi-wl-pprint-1.0.2@sha256:b817853b5310b8e7847469847608b664c3e75b4b30c332f2cb8c0d00751ef9c1,1915
14
+ - optparse-applicative-0.18.1.0@sha256:b4cf8d9018e5e67cb1f14edb5130b6d05ad8bc1b5f6bd4efaa6ec0b7f28f559d,5132
12
15
13
16
allow-newer : true
14
17
15
18
allow-newer-deps :
16
- # Required because ansi-wl-pprint-0.6.9 specifies ansi-terminal < 0.12. See:
17
- # https://github.com/ekmett/ansi-wl-pprint/issues/29
18
- - ansi-wl-pprint
19
+ # Required because optparse-generic has not yet caught up with
20
+ # optparse-applicative-0.18.1.0
21
+ - optparse-generic
19
22
20
23
drop-packages :
21
24
# See https://github.com/commercialhaskell/stack/pull/4712
22
25
- cabal-install
23
26
24
27
docker :
25
28
enable : false
29
+ # Needs to be replaced by the equivalent for GHC 9.4.5, when available
26
30
repo : fpco/alpine-haskell-stack:8.10.4
27
31
28
32
nix :
34
38
flags :
35
39
hackage-security :
36
40
cabal-syntax : true
41
+ # GHC 9.4.5's boot library is Win32-2.12.0.1
37
42
mintty :
38
43
win32-2-13-1 : false
39
44
stack :
Original file line number Diff line number Diff line change @@ -11,9 +11,23 @@ packages:
11
11
size: 1061
12
12
original:
13
13
hackage: ansi-terminal-1.0@sha256:640ffecfd95471388d939fcacb57bdc0cef15f0457746c234a12cdd5a6c6d1e8,2706
14
+ - completed:
15
+ hackage: ansi-wl-pprint-1.0.2@sha256:b817853b5310b8e7847469847608b664c3e75b4b30c332f2cb8c0d00751ef9c1,1915
16
+ pantry-tree:
17
+ sha256: 3be652ff37d9ff697cb60ac1a7c544ee2cfb22f56e570f800f896355e04dd2e1
18
+ size: 390
19
+ original:
20
+ hackage: ansi-wl-pprint-1.0.2@sha256:b817853b5310b8e7847469847608b664c3e75b4b30c332f2cb8c0d00751ef9c1,1915
21
+ - completed:
22
+ hackage: optparse-applicative-0.18.1.0@sha256:b4cf8d9018e5e67cb1f14edb5130b6d05ad8bc1b5f6bd4efaa6ec0b7f28f559d,5132
23
+ pantry-tree:
24
+ sha256: 32f52adc150eb146bf4d167ff0cb21fc1e3cd7ecc1b9e5e83b986a1cd1bc58cd
25
+ size: 3124
26
+ original:
27
+ hackage: optparse-applicative-0.18.1.0@sha256:b4cf8d9018e5e67cb1f14edb5130b6d05ad8bc1b5f6bd4efaa6ec0b7f28f559d,5132
14
28
snapshots:
15
29
- completed:
16
- sha256: a638975b3da9a4182e4b4f0866c5fb01825dc04d74b503cb8e402f38c861368d
17
- size: 629111
18
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/5/13 .yaml
19
- original: nightly-2023-05-13
30
+ sha256: 77d87bfafc69c55ea4b20e1017ef63add05cd0fbd6c1465a0d5a94fa4d6f7ae0
31
+ size: 639351
32
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/6/18 .yaml
33
+ original: nightly-2023-06-18
You can’t perform that action at this time.
0 commit comments