Skip to content

Commit 6a3c719

Browse files
committed
CI: Updated GHCs used
1 parent d624d83 commit 6a3c719

File tree

15 files changed

+24
-23
lines changed

15 files changed

+24
-23
lines changed

.github/workflows/cabal.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ jobs:
2727
cabal-flags: ""
2828
- ghc-version: "9.2.8"
2929
cabal-flags: ""
30-
- ghc-version: "9.4.5"
30+
- ghc-version: "9.4.8"
3131
cabal-flags: ""
32-
- ghc-version: "9.6.4"
32+
- ghc-version: "9.6.7"
3333
cabal-flags: ""
34-
- ghc-version: "9.8.2"
34+
- ghc-version: "9.8.4"
3535
cabal-flags: ""
36-
- ghc-version: "9.10.1"
36+
- ghc-version: "9.10.3"
37+
cabal-flags: ""
38+
- ghc-version: "9.12.2"
3739
cabal-flags: ""
38-
# Temporary cabal flags until all dependencies are updated
39-
- ghc-version: "9.12.1"
40-
cabal-flags: "--allow-newer=base --allow-newer=template-haskell --allow-newer=ghc-prim"
4140

4241
runs-on: "ubuntu-latest"
4342

@@ -77,4 +76,4 @@ jobs:
7776
# We have seen in the past some tests hang for hours, wasting resources.
7877
# The timeout below should be plenty
7978
timeout-minutes: 10
80-
run: cabal test all ${{matrix.cabal-flags}}
79+
run: cabal test all ${{matrix.cabal-flags}}

packages/distributed-process-async/distributed-process-async.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: This package provides a higher-level interface over Processes, i
1515
concurrent, possibly distributed Process that will eventually deliver a value of type a.
1616
The package provides ways to create Async computations, wait for their results, and cancel them.
1717
category: Control
18-
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
18+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
1919
extra-doc-files: CHANGELOG.md
2020

2121
source-repository head

packages/distributed-process-client-server/distributed-process-client-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: Modelled after Erlang OTP's gen_server, this framework provides
1616
development into a set of modules and standards designed to help you build
1717
concurrent, distributed applications with relative ease.
1818
category: Control
19-
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
19+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
2020
extra-doc-files: CHANGELOG.md
2121

2222
source-repository head

packages/distributed-process-execution/distributed-process-execution.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description:
1616
The currently implementation provides only a subset of the plumbing required, comprising tools
1717
for event management, mailbox buffering and message routing.
1818
category: Control
19-
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
19+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
2020
extra-doc-files: ChangeLog
2121

2222
source-repository head

packages/distributed-process-extras/distributed-process-extras.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ synopsis: Cloud Haskell Extras
1414
description: Supporting library, providing common types and utilities used by the
1515
various libraries built on top of distributed-process
1616
category: Control
17-
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
17+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
1818
extra-doc-files: ChangeLog
1919

2020
source-repository head

packages/distributed-process-fsm/distributed-process-fsm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Bug-Reports: http://github.com/haskell-distributed/distributed-process-fsm/is
1313
synopsis: The Cloud Haskell implementation of Erlang/OTP gen_statem
1414
description: Cloud Haskell framework for building finite state machines around CSPs
1515
category: Control
16-
Tested-With: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
16+
Tested-With: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
1717

1818
source-repository head
1919
type: git

packages/distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Description: Simple backend based on the TCP transport which offers node
1515
discovery based on UDP multicast. This is a zero-configuration
1616
backend designed to get you going with Cloud Haskell quickly
1717
without imposing any structure on your application.
18-
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
18+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
1919
Category: Control
2020
extra-doc-files: ChangeLog
2121

packages/distributed-process-supervisor/distributed-process-supervisor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: A part of the Cloud Haskell framework
2020

2121
For detailed information see "Control.Distributed.Process.Supervisor"
2222
category: Control
23-
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
23+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
2424
extra-doc-files: ChangeLog
2525

2626
source-repository head

packages/distributed-process-tests/distributed-process-tests.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ maintainer: The Distributed Haskell team
1111
copyright: Well-Typed LLP
1212
category: Control, Cloud Haskell
1313
build-type: Simple
14+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
1415

1516
source-repository head
1617
Type: git

packages/distributed-process/distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Description: This is an implementation of Cloud Haskell, as described in
2121

2222
You will probably also want to install a Cloud Haskell backend such
2323
as distributed-process-simplelocalnet.
24-
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1
24+
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.8 GHC==9.6.7 GHC==9.8.4 GHC==9.10.3 GHC==9.12.2
2525
Category: Control
2626
extra-doc-files: ChangeLog
2727

0 commit comments

Comments
 (0)