Skip to content

Commit 29b79f1

Browse files
committed
CI: validate.yml: add ghc 9.14-alpha1
- Update ghc-latest.config: 9.12 -> 9.14 - ghc-latest.config: allow-newer: - binary - containers - ghc-bignum
1 parent bd2ff0c commit 29b79f1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
# IMPORTANT: If you remove a version from this list, then add it to the old-ghcs job below.
6161
# Also a removed GHC from here means that we are actually dropping
6262
# support, so the PR *must* have a changelog entry.
63+
"9.14.0.20250819",
6364
"9.12.2",
6465
"9.10.2",
6566
"9.8.4",
@@ -130,7 +131,7 @@ jobs:
130131
with:
131132
ghc-version: ${{ matrix.ghc }}
132133
cabal-version: 3.12.1.0 # see https://github.com/haskell/cabal/pull/10251
133-
ghcup-release-channel: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml
134+
ghcup-release-channel: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.9.yaml
134135

135136
# See the following link for a breakdown of the following step
136137
# https://github.com/haskell/actions/issues/7#issuecomment-745697160

project-cabal/ghc-latest.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
-- NOTE: don't forget to update the compiler version in the conditional
1010
-- when upgrading to a newer GHC
11-
if impl(ghc >= 9.12.0)
11+
if impl(ghc >= 9.14.0)
1212
allow-newer:
1313
--windns:*, rere:*, tree-diff:*, uuid-types:*, these:*, assoc:*, semialign:*, indexed-traversable-instances:*, indexed-traversable:*, OneTuple:*, scientific:*, time-compat:*, text-short:*, integer-conversion:*, generically:*, data-fix:*, binary:*
1414
-- Artem, 2024-04-21: I started and then gave up...
15-
*:base, *:template-haskell, text-short, *:deepseq, *:bytestring, *:ghc-prim
15+
*:base, *:template-haskell, text-short, *:deepseq, *:bytestring, *:ghc-prim, *:ghc-bignum, *:containers
1616

1717
-- repository head.hackage.ghc.haskell.org
1818
-- url: https://ghc.gitlab.haskell.org/head.hackage/

0 commit comments

Comments
 (0)