Skip to content

Commit 2dee590

Browse files
committed
Use GHC 9.2.4 in CI
1 parent bd54088 commit 2dee590

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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/bench/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Network.TypedProtocol.PingPong.Server
3030
import Network.TypedProtocol.PingPong.Type
3131

3232

33-
prop_channel :: forall m. (MonadSTM m, MonadAsync m, MonadCatch m, MonadTimer m)
33+
prop_channel :: forall m. (MonadAsync m, MonadCatch m, MonadTimer m)
3434
=> Maybe (DiffTime, DiffTime)
3535
-> Int
3636
-> Tracer m (Role, TraceSendRecv PingPong)

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)