Skip to content

Commit f72f77d

Browse files
committed
Bump Haskell CI to latest GHCs: 9.6.2 9.2.8
1 parent 8f02baf commit f72f77d

6 files changed

Lines changed: 20 additions & 13 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.16.1
11+
# version: 0.16.4
1212
#
13-
# REGENDATA ("0.16.1",["github","hackage-cli.cabal"])
13+
# REGENDATA ("0.16.4",["github","hackage-cli.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -32,19 +32,19 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.6.1
35+
- compiler: ghc-9.6.2
3636
compilerKind: ghc
37-
compilerVersion: 9.6.1
37+
compilerVersion: 9.6.2
3838
setup-method: ghcup
3939
allow-failure: false
4040
- compiler: ghc-9.4.5
4141
compilerKind: ghc
4242
compilerVersion: 9.4.5
4343
setup-method: ghcup
4444
allow-failure: false
45-
- compiler: ghc-9.2.7
45+
- compiler: ghc-9.2.8
4646
compilerKind: ghc
47-
compilerVersion: 9.2.7
47+
compilerVersion: 9.2.8
4848
setup-method: ghcup
4949
allow-failure: false
5050
- compiler: ghc-9.0.2

.github/workflows/stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc-ver: [9.4.5, 9.2.7, 9.0.2, 8.10.7]
17+
ghc-ver: [9.6.2, 9.4.5, 9.2.8, 9.0.2, 8.10.7]
1818
# On ubuntu-22.04 the old versions 8.8.4, 8.6.5, 8.4.4, 8.2.2 fail due to HsOpenSSL linking errors.
1919
# They used to work under ubuntu-20.04, but it is not worth the trouble maintaining them.
2020
# Apparently, HsOpenSSL-0.11.6 and older are too old for ubuntu-22.04.
2121
include:
2222
- os: macos-latest
23-
ghc-ver: 9.4.5
23+
ghc-ver: 9.6.2
2424
- os: windows-latest
25-
ghc-ver: 9.4.5
25+
ghc-ver: 9.6.2
2626
env:
2727
ARGS: "--stack-yaml=stack-${{ matrix.ghc-ver }}.yaml --no-terminal --system-ghc"
2828

hackage-cli.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ build-type: Simple
1818
-- Supported GHC versions when building with cabal:
1919
tested-with:
2020
-- Keep in descending order.
21-
GHC == 9.6.1
21+
GHC == 9.6.2
2222
GHC == 9.4.5
23-
GHC == 9.2.7
23+
GHC == 9.2.8
2424
GHC == 9.0.2
2525
GHC == 8.10.7
2626
GHC == 8.8.4
@@ -34,8 +34,9 @@ extra-source-files:
3434
fixtures/*.diff
3535
fixtures/*.cabal
3636
-- Supported GHC versions when building with stack:
37+
stack-9.6.2.yaml
3738
stack-9.4.5.yaml
38-
stack-9.2.7.yaml
39+
stack-9.2.8.yaml
3940
stack-9.0.2.yaml
4041
stack-8.10.7.yaml
4142

stack-9.2.8.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: lts-20.26
2+
compiler: ghc-9.2.8
3+
compiler-check: match-exact

stack-9.4.5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: nightly-2023-05-23
1+
resolver: lts-21.1
22
compiler: ghc-9.4.5
33
compiler-check: match-exact

stack-9.6.2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resolver: nightly-2023-07-03
2+
compiler: ghc-9.6.2
3+
compiler-check: match-exact

0 commit comments

Comments
 (0)