Skip to content

Commit 2f6737c

Browse files
committed
Haskell-CI: bump to GHC 9.6.4
1 parent eb4251f commit 2f6737c

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/andreasabel/haskell-ci
1010
#
11-
# version: 0.17.20240106
11+
# version: 0.17.20240127
1212
#
13-
# REGENDATA ("0.17.20240106",["github","cabal.project"])
13+
# REGENDATA ("0.17.20240127",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -246,7 +246,7 @@ jobs:
246246
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
247247
cabal-plan
248248
- name: restore cache
249-
uses: actions/cache/restore@v3
249+
uses: actions/cache/restore@v4
250250
with:
251251
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
252252
path: ~/.cabal/store
@@ -304,7 +304,7 @@ jobs:
304304
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='hackage-security -lukko' --dependencies-only -j2 all ; fi
305305
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='hackage-security -lukko' all ; fi
306306
- name: save cache
307-
uses: actions/cache/save@v3
307+
uses: actions/cache/save@v4
308308
if: always()
309309
with:
310310
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}

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.8.1
16-
GHC == 9.6.3
16+
GHC == 9.6.4
1717
GHC == 9.4.8
1818
GHC == 9.2.8
1919
GHC == 9.0.2

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.8.1
28-
GHC == 9.6.3
28+
GHC == 9.6.4
2929
GHC == 9.4.8
3030
GHC == 9.2.8
3131
GHC == 9.0.2

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.8.1
20-
GHC == 9.6.3
20+
GHC == 9.6.4
2121
GHC == 9.4.8
2222
GHC == 9.2.8
2323
GHC == 9.0.2

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

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

2020
tested-with:
2121
GHC == 9.8.1
22-
GHC == 9.6.3
22+
GHC == 9.6.4
2323
GHC == 9.4.8
2424
GHC == 9.2.8
2525
GHC == 9.0.2

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.8.1
20-
GHC == 9.6.3
20+
GHC == 9.6.4
2121
GHC == 9.4.8
2222
GHC == 9.2.8
2323
GHC == 9.0.2

hackage-security-http-client/hackage-security-http-client.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.8.1
19-
GHC == 9.6.3
19+
GHC == 9.6.4
2020
GHC == 9.4.8
2121
GHC == 9.2.8
2222
GHC == 9.0.2

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.8.1
35-
GHC == 9.6.3
35+
GHC == 9.6.4
3636
GHC == 9.4.8
3737
GHC == 9.2.8
3838
GHC == 9.0.2

precompute-fileinfo/precompute-fileinfo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-type: Simple
1515
cabal-version: >=1.10
1616

1717
tested-with:
18-
GHC==9.6.3, GHC==9.4.5, GHC==9.2.8, GHC==9.0.2,
18+
GHC==9.8.1, GHC==9.6.4, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2,
1919
GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
2020

2121
executable precompute-fileinfo

0 commit comments

Comments
 (0)