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 32
32
env :
33
33
# We choose a stable ghc version across all os's
34
34
# which will be used to do the next release
35
- GHC_FOR_RELEASE : " 9.4.8 "
35
+ GHC_FOR_RELEASE : " 9.10.2 "
36
36
# 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 "
39
39
COMMON_FLAGS : " -j 2 -v"
40
40
41
41
# See https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#hackage-revisions
61
61
ghc :
62
62
[
63
63
" 9.12.2" ,
64
- " 9.10.1 " ,
64
+ " 9.10.2 " ,
65
65
" 9.8.4" ,
66
66
" 9.6.7" ,
67
67
" 9.4.8" ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ variables:
5
5
# Commit of ghc/ci-images repository from which to pull Docker images
6
6
DOCKER_REV : " a9297a370025101b479cfd4977f8f910814e03ab"
7
7
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
10
10
11
11
workflow :
12
12
rules :
@@ -110,9 +110,6 @@ darwin:
110
110
tags :
111
111
- ${ARCH}-darwin-m1
112
112
variables :
113
- # Using 9.8.2 to work around
114
- # https://gitlab.haskell.org/ghc/ghc/-/issues/24050
115
- GHC_VERSION : 9.8.2
116
113
TARBALL_ARCHIVE_SUFFIX : ${ARCH}-darwin
117
114
TARBALL_EXT : tar.xz
118
115
ADD_CABAL_ARGS : " "
You can’t perform that action at this time.
0 commit comments