Skip to content

Commit c243318

Browse files
committed
Update stack-ghc-9.4.5.yaml
1 parent 9af78f5 commit c243318

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

stack-ghc-9.4.5.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
# This is an experimental project-level configuration, to see if Stack can be
22
# built with GHC 9.4.5.
33

4-
# GHC 9.4.5
5-
resolver: nightly-2023-05-13
4+
resolver: nightly-2023-06-18 # GHC 9.4.5
65

76
packages:
87
- .
98

109
extra-deps:
1110
- 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
1215

1316
allow-newer: true
1417

1518
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
1922

2023
drop-packages:
2124
# See https://github.com/commercialhaskell/stack/pull/4712
2225
- cabal-install
2326

2427
docker:
2528
enable: false
29+
# Needs to be replaced by the equivalent for GHC 9.4.5, when available
2630
repo: fpco/alpine-haskell-stack:8.10.4
2731

2832
nix:
@@ -34,6 +38,7 @@ nix:
3438
flags:
3539
hackage-security:
3640
cabal-syntax: true
41+
# GHC 9.4.5's boot library is Win32-2.12.0.1
3742
mintty:
3843
win32-2-13-1: false
3944
stack:

stack-ghc-9.4.5.yaml.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,23 @@ packages:
1111
size: 1061
1212
original:
1313
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
1428
snapshots:
1529
- 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

0 commit comments

Comments
 (0)