Skip to content

Commit c9cf798

Browse files
committed
GHC-9.14.1 alpha2 20250908
1 parent c92752a commit c9cf798

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
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.14.0.20250819
31+
- compiler: ghc-9.14.0.20250908
3232
compilerKind: ghc
33-
compilerVersion: 9.14.0.20250819
33+
compilerVersion: 9.14.0.20250908
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.12.2

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.14.0.20250819
31+
- compiler: ghc-9.14.0.20250908
3232
compilerKind: ghc
33-
compilerVersion: 9.14.0.20250819
33+
compilerVersion: 9.14.0.20250908
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.12.2

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.14.0.20250819
31+
- compiler: ghc-9.14.0.20250908
3232
compilerKind: ghc
33-
compilerVersion: 9.14.0.20250819
33+
compilerVersion: 9.14.0.20250908
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.12.2

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.14.0.20250819
31+
- compiler: ghc-9.14.0.20250908
3232
compilerKind: ghc
33-
compilerVersion: 9.14.0.20250819
33+
compilerVersion: 9.14.0.20250908
3434
setup-method: ghcup-prerelease
3535
allow-failure: false
3636
- compiler: ghc-9.12.2

src/HaskellCI/Config/History.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ configHistory =
9797
, ghcupVanilla = C.withinVersion (C.mkVersion [9,8,3])
9898
, ghcupPrerelease = C.orLaterVersion (C.mkVersion [9,14])
9999
}
100+
, ver 0 19 20250916 := \cfg -> cfg
101+
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,14,1]) (mkVersion [9,14,0,20250908])
100102
]
101103
where
102104
ver x y z = [x, y, z]

0 commit comments

Comments
 (0)