Skip to content

Commit 74da957

Browse files
authored
Merge pull request #638 from haskell-CI/ghc-9.6-alpha2
GHC-9.6.1-alpha2
2 parents d652beb + d281f37 commit 74da957

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

fixtures/all-versions.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
compilerVersion: "8.4"
3434
setup-method: hvr-ppa
3535
allow-failure: false
36-
- compiler: ghc-9.6.0.20230111
36+
- compiler: ghc-9.6.0.20230128
3737
compilerKind: ghc
38-
compilerVersion: 9.6.0.20230111
38+
compilerVersion: 9.6.0.20230128
3939
setup-method: ghcup
4040
allow-failure: true
4141
- compiler: ghc-9.4.4

fixtures/enabled-jobs.github

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
compilerVersion: "8.4"
3434
setup-method: hvr-ppa
3535
allow-failure: false
36-
- compiler: ghc-9.6.0.20230111
36+
- compiler: ghc-9.6.0.20230128
3737
compilerKind: ghc
38-
compilerVersion: 9.6.0.20230111
38+
compilerVersion: 9.6.0.20230128
3939
setup-method: ghcup
4040
allow-failure: true
4141
- compiler: ghc-9.4.4

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.15.20230128
3+
version: 0.15.20230203
44
synopsis: Cabal package script generator for Travis-CI
55
description:
66
Script generator (@haskell-ci@) for

src/HaskellCI/Compiler.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ dispCabalVersion :: Maybe Version -> String
185185
dispCabalVersion = maybe "head" C.prettyShow
186186

187187
ghcAlpha :: Maybe (Version, Version)
188-
ghcAlpha = Just (mkVersion [9,6,1], mkVersion [9,6,0,20230111])
188+
ghcAlpha = Just (mkVersion [9,6,1], mkVersion [9,6,0,20230128])
189189

190190
-- | Alphas, RCs and HEAD.
191191
previewGHC

0 commit comments

Comments
 (0)