Skip to content

Commit 00fd2a3

Browse files
committed
Bump CI to GHC 9.10.2
1 parent e11917b commit 00fd2a3

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 7 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.19.20250327
11+
# version: 0.19.20250506
1212
#
13-
# REGENDATA ("0.19.20250327",["--config=cabal.haskell-ci","github","cabal.project"])
13+
# REGENDATA ("0.19.20250506",["--config=cabal.haskell-ci","github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -37,9 +37,9 @@ jobs:
3737
compilerVersion: 9.12.2
3838
setup-method: ghcup
3939
allow-failure: false
40-
- compiler: ghc-9.10.1
40+
- compiler: ghc-9.10.2
4141
compilerKind: ghc
42-
compilerVersion: 9.10.1
42+
compilerVersion: 9.10.2
4343
setup-method: ghcup
4444
allow-failure: false
4545
- compiler: ghc-9.8.4
@@ -105,8 +105,8 @@ jobs:
105105
chmod a+x "$HOME/.ghcup/bin/ghcup"
106106
- name: Install cabal-install
107107
run: |
108-
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
109-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
108+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
109+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
110110
- name: Install GHC (GHCup)
111111
if: matrix.setup-method == 'ghcup'
112112
run: |
@@ -217,6 +217,7 @@ jobs:
217217
cat >> cabal.project <<EOF
218218
constraints: github +openssl
219219
constraints: github-samples +openssl
220+
constraints: HsOpenSSL +use-pkg-config
220221
constraints: operational -buildExamples
221222
optimization: False
222223
EOF

github.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ copyright:
3131

3232
tested-with:
3333
GHC == 9.12.2
34-
GHC == 9.10.1
34+
GHC == 9.10.2
3535
GHC == 9.8.4
3636
GHC == 9.6.7
3737
GHC == 9.4.8

samples/github-samples.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-type: Simple
1111

1212
tested-with:
1313
GHC == 9.12.2
14-
GHC == 9.10.1
14+
GHC == 9.10.2
1515
GHC == 9.8.4
1616
GHC == 9.6.7
1717
GHC == 9.4.8

0 commit comments

Comments
 (0)