Skip to content

Commit e61e657

Browse files
authored
Merge pull request #146 from commercialhaskell/ghc-9.14.1
Support GHC 9.14.1-alpha1
2 parents c7582aa + a8177e0 commit e61e657

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

stack-ghc-9.12.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Snapshot specification for GHC 9.12.2.
2-
snapshot: nightly-2025-07-26 # GHC 9.12.2
2+
snapshot: nightly-2025-08-27 # GHC 9.12.2

stack-ghc-9.14.1.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Snapshot specification for GHC 9.14.1-alpha1.
2+
snapshot: nightly-2025-08-27 # GHC 9.12.2
3+
compiler: ghc-9.14.0.20250819 # GHC 9.14.1-alpha 1
4+
compiler-check: match-exact # Anticipate future alpha releases
5+
6+
# Only required before the GHC version has been installed:
7+
setup-info:
8+
ghc:
9+
# Add relevant platforms:
10+
windows64:
11+
9.14.0.20250819:
12+
url: https://downloads.haskell.org/ghc/9.14.1-alpha1/ghc-9.14.0.20250819-x86_64-unknown-mingw32.tar.xz
13+
# Can be extended with SHA protections etc: see https://docs.haskellstack.org/en/stable/yaml_configuration/#setup-info
14+
15+
extra-deps:
16+
- git: https://github.com/commercialhaskell/rio.git
17+
commit: 1c2cea248864a4e6956f49de193dd4c73617d27f
18+
subdirs:
19+
- rio

0 commit comments

Comments
 (0)