Skip to content

Commit 3c8ccd6

Browse files
authored
Merge pull request #641 from haskell-CI/ghc-9.6.0-alpha3
GHC-9.6.1-alpha3
2 parents a3c0e93 + 55dab66 commit 3c8ccd6

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
compilerVersion: 9.4.4
3636
setup-method: ghcup
3737
allow-failure: false
38-
- compiler: ghc-9.2.5
38+
- compiler: ghc-9.2.6
3939
compilerKind: ghc
40-
compilerVersion: 9.2.5
40+
compilerVersion: 9.2.6
4141
setup-method: ghcup
4242
allow-failure: false
4343
- compiler: ghc-9.0.2

cabal-install-parsers/cabal-install-parsers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tested-with:
3131
|| ==8.8.4
3232
|| ==8.10.7
3333
|| ==9.0.2
34-
|| ==9.2.5
34+
|| ==9.2.6
3535
|| ==9.4.4
3636

3737
extra-source-files:

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.20230128
36+
- compiler: ghc-9.6.0.20230210
3737
compilerKind: ghc
38-
compilerVersion: 9.6.0.20230128
38+
compilerVersion: 9.6.0.20230210
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.20230128
36+
- compiler: ghc-9.6.0.20230210
3737
compilerKind: ghc
38-
compilerVersion: 9.6.0.20230128
38+
compilerVersion: 9.6.0.20230210
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.20230211
3+
version: 0.15.20230217
44
synopsis: Cabal package script generator for Travis-CI
55
description:
66
Script generator (@haskell-ci@) for

haskell-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
CFG_CABAL_STORE_CACHE=""
2121
CFG_CABAL_REPO_CACHE=""
22-
CFG_JOBS="9.4.4 9.2.5 9.0.2 8.10.7 8.8.4 8.6.5 8.4.4 8.2.2"
22+
CFG_JOBS="9.4.4 9.2.6 9.0.2 8.10.7 8.8.4 8.6.5 8.4.4 8.2.2"
2323
CFG_CABAL_UPDATE=false
2424

2525
SCRIPT_NAME=$(basename "$0")

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,20230128])
188+
ghcAlpha = Just (mkVersion [9,6,1], mkVersion [9,6,0,20230210])
189189

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

0 commit comments

Comments
 (0)