Skip to content

Commit 96c4206

Browse files
committed
Bump CI to GHC 9.6.5
1 parent 72cfecd commit 96c4206

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/haskell-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
compilerVersion: 9.8.2
4343
setup-method: ghcup
4444
allow-failure: false
45-
- compiler: ghc-9.6.4
45+
- compiler: ghc-9.6.5
4646
compilerKind: ghc
47-
compilerVersion: 9.6.4
47+
compilerVersion: 9.6.5
4848
setup-method: ghcup
4949
allow-failure: false
5050
- compiler: ghc-9.4.8

example-client/example-client.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cabal-version: >=1.10
1414
tested-with:
1515
GHC == 9.10.1
1616
GHC == 9.8.2
17-
GHC == 9.6.4
17+
GHC == 9.6.5
1818
GHC == 9.4.8
1919
GHC == 9.2.8
2020
GHC == 9.0.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bug-reports: https://github.com/haskell/hackage-security/issues
2525
tested-with:
2626
GHC == 9.10.1
2727
GHC == 9.8.2
28-
GHC == 9.6.4
28+
GHC == 9.6.5
2929
GHC == 9.4.8
3030
GHC == 9.2.8
3131
GHC == 9.0.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cabal-version: >=1.10
1818
tested-with:
1919
GHC == 9.10.1
2020
GHC == 9.8.2
21-
GHC == 9.6.4
21+
GHC == 9.6.5
2222
GHC == 9.4.8
2323
GHC == 9.2.8
2424
GHC == 9.0.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build-type: Simple
2020
tested-with:
2121
GHC == 9.10.1
2222
GHC == 9.8.2
23-
GHC == 9.6.4
23+
GHC == 9.6.5
2424
GHC == 9.4.8
2525
GHC == 9.2.8
2626
GHC == 9.0.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cabal-version: >=1.10
1818
tested-with:
1919
GHC == 9.10.1
2020
GHC == 9.8.2
21-
GHC == 9.6.4
21+
GHC == 9.6.5
2222
GHC == 9.4.8
2323
GHC == 9.2.8
2424
GHC == 9.0.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extra-source-files: ChangeLog.md
1818
tested-with:
1919
GHC == 9.10.1
2020
GHC == 9.8.2
21-
GHC == 9.6.4
21+
GHC == 9.6.5
2222
GHC == 9.4.8
2323
GHC == 9.2.8
2424
GHC == 9.0.2

hackage-security/hackage-security.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build-type: Simple
3333
tested-with:
3434
GHC == 9.10.1
3535
GHC == 9.8.2
36-
GHC == 9.6.4
36+
GHC == 9.6.5
3737
GHC == 9.4.8
3838
GHC == 9.2.8
3939
GHC == 9.0.2

precompute-fileinfo/precompute-fileinfo.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cabal-version: >=1.10
1717
tested-with:
1818
GHC == 9.10.1
1919
GHC == 9.8.2
20-
GHC == 9.6.4
20+
GHC == 9.6.5
2121
GHC == 9.4.8
2222
GHC == 9.2.8
2323
GHC == 9.0.2

0 commit comments

Comments
 (0)