Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fixtures/all-versions.github
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.14.0.20250908
- compiler: ghc-9.14.0.20251007
compilerKind: ghc
compilerVersion: 9.14.0.20250908
compilerVersion: 9.14.0.20251007
setup-method: ghcup-prerelease
allow-failure: false
- compiler: ghc-9.12.2
Expand Down
4 changes: 2 additions & 2 deletions fixtures/doctest-version.github
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.14.0.20250908
- compiler: ghc-9.14.0.20251007
compilerKind: ghc
compilerVersion: 9.14.0.20250908
compilerVersion: 9.14.0.20251007
setup-method: ghcup-prerelease
allow-failure: false
- compiler: ghc-9.12.2
Expand Down
4 changes: 2 additions & 2 deletions fixtures/doctest.github
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.14.0.20250908
- compiler: ghc-9.14.0.20251007
compilerKind: ghc
compilerVersion: 9.14.0.20250908
compilerVersion: 9.14.0.20251007
setup-method: ghcup-prerelease
allow-failure: false
- compiler: ghc-9.12.2
Expand Down
4 changes: 2 additions & 2 deletions fixtures/enabled-jobs.github
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.14.0.20250908
- compiler: ghc-9.14.0.20251007
compilerKind: ghc
compilerVersion: 9.14.0.20250908
compilerVersion: 9.14.0.20251007
setup-method: ghcup-prerelease
allow-failure: false
- compiler: ghc-9.12.2
Expand Down
2 changes: 1 addition & 1 deletion haskell-ci.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: haskell-ci
version: 0.19.20250917
version: 0.19.20251019
synopsis: Haskell CI script generator
description:
Script generator (@haskell-ci@) for
Expand Down
2 changes: 2 additions & 0 deletions src/HaskellCI/Config/History.hs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ configHistory =
}
, ver 0 19 20250916 := \cfg -> cfg
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,14,1]) (mkVersion [9,14,0,20250908])
, ver 0 19 20251019 := \cfg -> cfg
& field @"cfgVersionMapping" .~ Map.singleton (mkVersion [9,14,1]) (mkVersion [9,14,0,20251007])
]
where
ver x y z = [x, y, z]
Expand Down
Loading