diff --git a/fixtures/all-versions.github b/fixtures/all-versions.github index 5a4fe3ae..1fa9d465 100644 --- a/fixtures/all-versions.github +++ b/fixtures/all-versions.github @@ -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 diff --git a/fixtures/doctest-version.github b/fixtures/doctest-version.github index 372c1651..23472c59 100644 --- a/fixtures/doctest-version.github +++ b/fixtures/doctest-version.github @@ -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 diff --git a/fixtures/doctest.github b/fixtures/doctest.github index 5431a5e1..69462e31 100644 --- a/fixtures/doctest.github +++ b/fixtures/doctest.github @@ -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 diff --git a/fixtures/enabled-jobs.github b/fixtures/enabled-jobs.github index a59753a6..4f237f57 100644 --- a/fixtures/enabled-jobs.github +++ b/fixtures/enabled-jobs.github @@ -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 diff --git a/haskell-ci.cabal b/haskell-ci.cabal index 500bae83..11b4726a 100644 --- a/haskell-ci.cabal +++ b/haskell-ci.cabal @@ -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 diff --git a/src/HaskellCI/Config/History.hs b/src/HaskellCI/Config/History.hs index 3bee6daa..6672ea85 100644 --- a/src/HaskellCI/Config/History.hs +++ b/src/HaskellCI/Config/History.hs @@ -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]