File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 3232env :
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
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" ,
Original file line number Diff line number Diff 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
1111workflow :
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 : " "
You can’t perform that action at this time.
0 commit comments