Skip to content

Commit cc2a0f2

Browse files
committed
Update GHC 9.14.* experiment for GHC 9.14.1
1 parent 9b0bbd0 commit cc2a0f2

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

stack-ghc-9.14.1.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
# This is an experimental project-level configuration, to see if Stack can be
2-
# built with GHC 9.14.*.
3-
snapshot: nightly-2025-11-08 # GHC 9.12.2
4-
compiler: ghc-9.14.0.20251104 # GHC 9.14.1-rc2
5-
compiler-check: match-exact # Anticipate future alpha releases
6-
7-
# Only required before the GHC version has been installed:
8-
setup-info:
9-
ghc:
10-
# Add relevant platforms:
11-
windows64:
12-
9.14.0.20251104:
13-
url: https://downloads.haskell.org/ghc/9.14.1-rc2/ghc-9.14.0.20251104-x86_64-unknown-mingw32.tar.xz
14-
# Can be extended with SHA protections etc: see https://docs.haskellstack.org/en/stable/yaml_configuration/#setup-info
2+
# built with GHC 9.14.1.
3+
snapshot: nightly-2025-12-19 # GHC 9.12.2
4+
compiler: ghc-9.14.1
155

166
docker:
177
enable: false
18-
repo: quay.io/benz0li/ghc-musl:9.12.2
8+
repo: quay.io/benz0li/ghc-musl:9.14.1
199

2010
nix:
2111
# --nix on the command-line to enable.

stack-ghc-9.14.1.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: bf223a1e9cf17606fbbd878d70f4d87eeaf8f772300e771f23359de5c218e76b
10-
size: 705182
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/11/8.yaml
12-
original: nightly-2025-11-08
9+
sha256: 43d3abb6ca9a15ad51958157b198f371027cfd3e0679fffc6c868e09d9ac4763
10+
size: 712839
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/12/19.yaml
12+
original: nightly-2025-12-19

0 commit comments

Comments
 (0)