Skip to content

Commit 5432efc

Browse files
committed
Bump Haskell CI for 9.10 to 9.10.2
1 parent ec6c5a6 commit 5432efc

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.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.19.20250330
11+
# version: 0.19.20250506
1212
#
13-
# REGENDATA ("0.19.20250330",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250506",["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
@@ -100,8 +100,8 @@ jobs:
100100
chmod a+x "$HOME/.ghcup/bin/ghcup"
101101
- name: Install cabal-install
102102
run: |
103-
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1-p1 || (cat "$HOME"/.ghcup/logs/*.* && false)
104-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1-p1 -vnormal+nowrap" >> "$GITHUB_ENV"
103+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
104+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
105105
- name: Install GHC (GHCup)
106106
if: matrix.setup-method == 'ghcup'
107107
run: |

example-client/example-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cabal-version: >=1.10
1313

1414
tested-with:
1515
GHC == 9.12.2
16-
GHC == 9.10.1
16+
GHC == 9.10.2
1717
GHC == 9.8.4
1818
GHC == 9.6.7
1919
GHC == 9.4.8

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bug-reports: https://github.com/haskell/hackage-security/issues
2525

2626
tested-with:
2727
GHC == 9.12.2
28-
GHC == 9.10.1
28+
GHC == 9.10.2
2929
GHC == 9.8.4
3030
GHC == 9.6.7
3131
GHC == 9.4.8

hackage-root-tool/hackage-root-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cabal-version: >=1.10
1717

1818
tested-with:
1919
GHC == 9.12.2
20-
GHC == 9.10.1
20+
GHC == 9.10.2
2121
GHC == 9.8.4
2222
GHC == 9.6.7
2323
GHC == 9.4.8

hackage-security-HTTP/hackage-security-HTTP.cabal

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

2121
tested-with:
2222
GHC == 9.12.2
23-
GHC == 9.10.1
23+
GHC == 9.10.2
2424
GHC == 9.8.4
2525
GHC == 9.6.7
2626
GHC == 9.4.8

hackage-security-curl/hackage-security-curl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cabal-version: >=1.10
1717

1818
tested-with:
1919
GHC == 9.12.2
20-
GHC == 9.10.1
20+
GHC == 9.10.2
2121
GHC == 9.8.4
2222
GHC == 9.6.7
2323
GHC == 9.4.8

hackage-security-http-client/hackage-security-http-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extra-source-files: ChangeLog.md
1717

1818
tested-with:
1919
GHC == 9.12.2
20-
GHC == 9.10.1
20+
GHC == 9.10.2
2121
GHC == 9.8.4
2222
GHC == 9.6.7
2323
GHC == 9.4.8

hackage-security/hackage-security.cabal

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

3333
tested-with:
3434
GHC == 9.12.2
35-
GHC == 9.10.1
35+
GHC == 9.10.2
3636
GHC == 9.8.4
3737
GHC == 9.6.7
3838
GHC == 9.4.8

precompute-fileinfo/precompute-fileinfo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cabal-version: >=1.10
1616

1717
tested-with:
1818
GHC == 9.12.2
19-
GHC == 9.10.1
19+
GHC == 9.10.2
2020
GHC == 9.8.4
2121
GHC == 9.6.7
2222
GHC == 9.4.8

0 commit comments

Comments
 (0)