Skip to content

Commit d98c2c7

Browse files
committed
Bump Haskell CI to GHC 9.12.2
1 parent 09053ca commit d98c2c7

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.12.1
35+
- compiler: ghc-9.12.2
3636
compilerKind: ghc
37-
compilerVersion: 9.12.1
37+
compilerVersion: 9.12.2
3838
setup-method: ghcup
3939
allow-failure: false
4040
- compiler: ghc-9.10.1
4141
compilerKind: ghc
4242
compilerVersion: 9.10.1
4343
setup-method: ghcup
4444
allow-failure: false
45-
- compiler: ghc-9.8.2
45+
- compiler: ghc-9.8.4
4646
compilerKind: ghc
47-
compilerVersion: 9.8.2
47+
compilerVersion: 9.8.4
4848
setup-method: ghcup
4949
allow-failure: false
50-
- compiler: ghc-9.6.6
50+
- compiler: ghc-9.6.7
5151
compilerKind: ghc
52-
compilerVersion: 9.6.6
52+
compilerVersion: 9.6.7
5353
setup-method: ghcup
5454
allow-failure: false
5555
- compiler: ghc-9.4.8

example-client/example-client.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ build-type: Simple
1212
cabal-version: >=1.10
1313

1414
tested-with:
15-
GHC == 9.12.1
15+
GHC == 9.12.2
1616
GHC == 9.10.1
17-
GHC == 9.8.2
18-
GHC == 9.6.6
17+
GHC == 9.8.4
18+
GHC == 9.6.7
1919
GHC == 9.4.8
2020
GHC == 9.2.8
2121
GHC == 9.0.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ homepage: https://github.com/haskell/hackage-security
2424
bug-reports: https://github.com/haskell/hackage-security/issues
2525

2626
tested-with:
27-
GHC == 9.12.1
27+
GHC == 9.12.2
2828
GHC == 9.10.1
29-
GHC == 9.8.2
30-
GHC == 9.6.6
29+
GHC == 9.8.4
30+
GHC == 9.6.7
3131
GHC == 9.4.8
3232
GHC == 9.2.8
3333
GHC == 9.0.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ build-type: Simple
1616
cabal-version: >=1.10
1717

1818
tested-with:
19-
GHC == 9.12.1
19+
GHC == 9.12.2
2020
GHC == 9.10.1
21-
GHC == 9.8.2
22-
GHC == 9.6.6
21+
GHC == 9.8.4
22+
GHC == 9.6.7
2323
GHC == 9.4.8
2424
GHC == 9.2.8
2525
GHC == 9.0.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ bug-reports: https://github.com/haskell/hackage-security/issues
1919
build-type: Simple
2020

2121
tested-with:
22-
GHC == 9.12.1
22+
GHC == 9.12.2
2323
GHC == 9.10.1
24-
GHC == 9.8.2
25-
GHC == 9.6.6
24+
GHC == 9.8.4
25+
GHC == 9.6.7
2626
GHC == 9.4.8
2727
GHC == 9.2.8
2828
GHC == 9.0.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ build-type: Simple
1616
cabal-version: >=1.10
1717

1818
tested-with:
19-
GHC == 9.12.1
19+
GHC == 9.12.2
2020
GHC == 9.10.1
21-
GHC == 9.8.2
22-
GHC == 9.6.6
21+
GHC == 9.8.4
22+
GHC == 9.6.7
2323
GHC == 9.4.8
2424
GHC == 9.2.8
2525
GHC == 9.0.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ cabal-version: >=1.10
1616
extra-source-files: ChangeLog.md
1717

1818
tested-with:
19-
GHC == 9.12.1
19+
GHC == 9.12.2
2020
GHC == 9.10.1
21-
GHC == 9.8.2
22-
GHC == 9.6.6
21+
GHC == 9.8.4
22+
GHC == 9.6.7
2323
GHC == 9.4.8
2424
GHC == 9.2.8
2525
GHC == 9.0.2

hackage-security/hackage-security.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ bug-reports: https://github.com/haskell/hackage-security/issues
3131
build-type: Simple
3232

3333
tested-with:
34-
GHC == 9.12.1
34+
GHC == 9.12.2
3535
GHC == 9.10.1
36-
GHC == 9.8.2
37-
GHC == 9.6.6
36+
GHC == 9.8.4
37+
GHC == 9.6.7
3838
GHC == 9.4.8
3939
GHC == 9.2.8
4040
GHC == 9.0.2

precompute-fileinfo/precompute-fileinfo.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ build-type: Simple
1515
cabal-version: >=1.10
1616

1717
tested-with:
18-
GHC == 9.12.1
18+
GHC == 9.12.2
1919
GHC == 9.10.1
20-
GHC == 9.8.2
21-
GHC == 9.6.6
20+
GHC == 9.8.4
21+
GHC == 9.6.7
2222
GHC == 9.4.8
2323
GHC == 9.2.8
2424
GHC == 9.0.2

0 commit comments

Comments
 (0)