Skip to content

Commit e727299

Browse files
committed
release: Bump boot compiler for release to 9.10.2
Also bumps the cabal-install used during the release process to 3.14.2.0.
1 parent d8c21ab commit e727299

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ on:
3232
env:
3333
# We choose a stable ghc version across all os's
3434
# which will be used to do the next release
35-
GHC_FOR_RELEASE: "9.4.8"
35+
GHC_FOR_RELEASE: "9.10.2"
3636
# Ideally we should use the version about to be released for hackage tests and benchmarks
37-
GHC_FOR_SOLVER_BENCHMARKS: "9.4.8"
38-
GHC_FOR_COMPLETE_HACKAGE_TESTS: "9.4.8"
37+
GHC_FOR_SOLVER_BENCHMARKS: "9.10.2"
38+
GHC_FOR_COMPLETE_HACKAGE_TESTS: "9.10.2"
3939
COMMON_FLAGS: "-j 2 -v"
4040

4141
# See https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#hackage-revisions
@@ -61,7 +61,7 @@ jobs:
6161
ghc:
6262
[
6363
"9.12.2",
64-
"9.10.1",
64+
"9.10.2",
6565
"9.8.4",
6666
"9.6.7",
6767
"9.4.8",

.gitlab-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ variables:
55
# Commit of ghc/ci-images repository from which to pull Docker images
66
DOCKER_REV: "a9297a370025101b479cfd4977f8f910814e03ab"
77

8-
GHC_VERSION: 9.6.4
9-
CABAL_INSTALL_VERSION: 3.10.2.0
8+
GHC_VERSION: 9.10.2
9+
CABAL_INSTALL_VERSION: 3.14.2.0
1010

1111
workflow:
1212
rules:
@@ -110,9 +110,6 @@ darwin:
110110
tags:
111111
- ${ARCH}-darwin-m1
112112
variables:
113-
# Using 9.8.2 to work around
114-
# https://gitlab.haskell.org/ghc/ghc/-/issues/24050
115-
GHC_VERSION: 9.8.2
116113
TARBALL_ARCHIVE_SUFFIX: ${ARCH}-darwin
117114
TARBALL_EXT: tar.xz
118115
ADD_CABAL_ARGS: ""

0 commit comments

Comments
 (0)