Skip to content

Commit 7cdfdbb

Browse files
committed
Use GHC 9.2.4 in CI
1 parent 26f42e7 commit 7cdfdbb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ghc: ["8.10.7", "9.2.2"]
12+
ghc: ["8.10.7", "9.2.4"]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414

1515
defaults:

io-classes/io-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainer:
1212
category: Control
1313
build-type: Simple
1414
cabal-version: >=1.10
15-
tested-with: GHC == 8.10.7, GHC == 9.2.2
15+
tested-with: GHC == 8.10.7, GHC == 9.2.4
1616

1717
source-repository head
1818
type: git

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: Duncan Coutts, Marcin Szamotulski, Alexander Vieth
1212
maintainer:
1313
category: Testing
1414
build-type: Simple
15-
tested-with: GHC == 8.10.7, GHC == 9.2.2
15+
tested-with: GHC == 8.10.7, GHC == 9.2.4
1616

1717
flag asserts
1818
description: Enable assertions

strict-stm/strict-stm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainer:
1414
category: Control
1515
build-type: Simple
1616
cabal-version: >=1.10
17-
tested-with: GHC == 8.10.7, GHC == 9.2.2
17+
tested-with: GHC == 8.10.7, GHC == 9.2.4
1818

1919
source-repository head
2020
type: git

0 commit comments

Comments
 (0)