Skip to content

Commit bae17a0

Browse files
authored
Merge pull request #801 from haskell-CI/ghc-9.14-alpha3
Add GHC-9.14 alpha3
2 parents 399a45c + aee5af5 commit bae17a0

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
@@ -29,9 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
include:
32-
- compiler: ghc-9.14.0.20250908
32+
- compiler: ghc-9.14.0.20251007
3333
compilerKind: ghc
34-
compilerVersion: 9.14.0.20250908
34+
compilerVersion: 9.14.0.20251007
3535
setup-method: ghcup-prerelease
3636
allow-failure: false
3737
- compiler: ghc-9.12.2

fixtures/doctest-version.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
include:
32-
- compiler: ghc-9.14.0.20250908
32+
- compiler: ghc-9.14.0.20251007
3333
compilerKind: ghc
34-
compilerVersion: 9.14.0.20250908
34+
compilerVersion: 9.14.0.20251007
3535
setup-method: ghcup-prerelease
3636
allow-failure: false
3737
- compiler: ghc-9.12.2

fixtures/doctest.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
include:
32-
- compiler: ghc-9.14.0.20250908
32+
- compiler: ghc-9.14.0.20251007
3333
compilerKind: ghc
34-
compilerVersion: 9.14.0.20250908
34+
compilerVersion: 9.14.0.20251007
3535
setup-method: ghcup-prerelease
3636
allow-failure: false
3737
- compiler: ghc-9.12.2

fixtures/enabled-jobs.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
include:
32-
- compiler: ghc-9.14.0.20250908
32+
- compiler: ghc-9.14.0.20251007
3333
compilerKind: ghc
34-
compilerVersion: 9.14.0.20250908
34+
compilerVersion: 9.14.0.20251007
3535
setup-method: ghcup-prerelease
3636
allow-failure: false
3737
- compiler: ghc-9.12.2

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.20250917
3+
version: 0.19.20251019
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
@@ -99,6 +99,8 @@ configHistory =
9999
}
100100
, ver 0 19 20250916 := \cfg -> cfg
101101
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,14,1]) (mkVersion [9,14,0,20250908])
102+
, ver 0 19 20251019 := \cfg -> cfg
103+
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,14,1]) (mkVersion [9,14,0,20251007])
102104
]
103105
where
104106
ver x y z = [x, y, z]

0 commit comments

Comments
 (0)