Skip to content

Commit f8cc60f

Browse files
authored
Merge pull request #645 from andreasabel/ghc-9.6.1-rc1
Bump 9.6.1 to rc1; bump version to 0.15.20230304
2 parents bb27eef + df2f1e7 commit f8cc60f

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.20230210
36+
- compiler: ghc-9.6.0.20230302
3737
compilerKind: ghc
38-
compilerVersion: 9.6.0.20230210
38+
compilerVersion: 9.6.0.20230302
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.20230210
36+
- compiler: ghc-9.6.0.20230302
3737
compilerKind: ghc
38-
compilerVersion: 9.6.0.20230210
38+
compilerVersion: 9.6.0.20230302
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.20230227
3+
version: 0.15.20230304
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,20230210])
188+
ghcAlpha = Just (mkVersion [9,6,1], mkVersion [9,6,0,20230302])
189189

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

0 commit comments

Comments
 (0)