Skip to content

Commit ec21b78

Browse files
authored
Merge pull request #757 from haskell-CI/ghc-9.12-rc1
Use GHC-9.12-rc1 (9.12.0.20241128)
2 parents fcf2131 + f855969 commit ec21b78

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

fixtures/all-versions.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.12.0.20241114
31+
- compiler: ghc-9.12.0.20241128
3232
compilerKind: ghc
33-
compilerVersion: 9.12.0.20241114
33+
compilerVersion: 9.12.0.20241128
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.10.1

fixtures/doctest-version.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.12.0.20241114
31+
- compiler: ghc-9.12.0.20241128
3232
compilerKind: ghc
33-
compilerVersion: 9.12.0.20241114
33+
compilerVersion: 9.12.0.20241128
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.10.1

fixtures/doctest.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.12.0.20241114
31+
- compiler: ghc-9.12.0.20241128
3232
compilerKind: ghc
33-
compilerVersion: 9.12.0.20241114
33+
compilerVersion: 9.12.0.20241128
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.10.1

fixtures/enabled-jobs.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.12.0.20241114
31+
- compiler: ghc-9.12.0.20241128
3232
compilerKind: ghc
33-
compilerVersion: 9.12.0.20241114
33+
compilerVersion: 9.12.0.20241128
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.10.1

haskell-ci.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: haskell-ci
3-
version: 0.19.20241121
3+
version: 0.19.20241202
44
synopsis: Haskell CI script generator
55
description:
66
Script generator (@haskell-ci@) for

src/HaskellCI/Config/History.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ configHistory =
5050
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,12,1]) (mkVersion [9,12,0,20241031])
5151
, ver 0 19 20241121 := \cfg -> cfg
5252
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,12,1]) (mkVersion [9,12,0,20241114])
53+
, ver 0 19 20241202 := \cfg -> cfg
54+
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,12,1]) (mkVersion [9,12,0,20241128])
5355
]
5456
where
5557
ver x y z = [x, y, z]

0 commit comments

Comments
 (0)