Skip to content

Commit aa233de

Browse files
committed
Bump experiment to GHC 9.4.4
1 parent 8b6430b commit aa233de

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

stack-ghc-9.4.3.yaml renamed to stack-ghc-9.4.4.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is an experimental project-level configuration, to see if Stack can be
2-
# built with GHC 9.4.3.
2+
# built with GHC 9.4.4.
33

4-
# GHC 9.4.3
5-
resolver: nightly-2022-12-22
4+
# GHC 9.4.4
5+
resolver: nightly-2023-01-13
66

77
packages:
88
- .
@@ -22,12 +22,14 @@ nix:
2222
- unzip
2323

2424
flags:
25-
stack:
26-
developer-mode: true
27-
mintty:
25+
ansi-terminal:
2826
win32-2-13-1: false
2927
hackage-security:
3028
cabal-syntax: true
29+
mintty:
30+
win32-2-13-1: false
31+
stack:
32+
developer-mode: true
3133

3234
ghc-options:
3335
"$locals": -fhide-source-paths

stack-ghc-9.4.3.yaml.lock renamed to stack-ghc-9.4.4.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 123d150c51c680f70864cb020315927fa4607f418d3dcccf25fd3a6263dc6717
10-
size: 563652
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/12/22.yaml
12-
original: nightly-2022-12-22
9+
sha256: 25b585cc0b1029154920e2502aee956ba77df7b29b8aabe6829c080edafc1504
10+
size: 577723
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/1/13.yaml
12+
original: nightly-2023-01-13

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ nix:
3030
- unzip
3131

3232
flags:
33-
stack:
34-
developer-mode: true
3533
hackage-security:
3634
Cabal-syntax: true
3735
mintty:
3836
win32-2-13-1: false
37+
stack:
38+
developer-mode: true
3939

4040
ghc-options:
4141
"$locals": -fhide-source-paths

0 commit comments

Comments
 (0)