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 @@ -33,9 +33,9 @@ jobs:
compilerVersion: "8.4"
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-9.6.0.20230210
- compiler: ghc-9.6.0.20230302
compilerKind: ghc
compilerVersion: 9.6.0.20230210
compilerVersion: 9.6.0.20230302
setup-method: ghcup
allow-failure: true
- compiler: ghc-9.4.4
Expand Down
4 changes: 2 additions & 2 deletions fixtures/enabled-jobs.github
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
compilerVersion: "8.4"
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-9.6.0.20230210
- compiler: ghc-9.6.0.20230302
compilerKind: ghc
compilerVersion: 9.6.0.20230210
compilerVersion: 9.6.0.20230302
setup-method: ghcup
allow-failure: true
- compiler: ghc-9.4.4
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.15.20230227
version: 0.15.20230304
synopsis: Cabal package script generator for Travis-CI
description:
Script generator (@haskell-ci@) for
Expand Down
2 changes: 1 addition & 1 deletion src/HaskellCI/Compiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ dispCabalVersion :: Maybe Version -> String
dispCabalVersion = maybe "head" C.prettyShow

ghcAlpha :: Maybe (Version, Version)
ghcAlpha = Just (mkVersion [9,6,1], mkVersion [9,6,0,20230210])
ghcAlpha = Just (mkVersion [9,6,1], mkVersion [9,6,0,20230302])

-- | Alphas, RCs and HEAD.
previewGHC
Expand Down