Skip to content

Commit 4a50db6

Browse files
committed
Harmonize the 'tested-with' clause in all cabal files
1 parent a2fc7c6 commit 4a50db6

12 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/cabal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ghc-version:
16+
- "8.10.7"
1617
- "9.0.2"
1718
- "9.2.8"
1819
- "9.4.5"

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 == 7.8.4 GHC == 7.10.3
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
1919

2020
source-repository head
2121
type: git

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.2.2
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
2020

2121
source-repository head
2222
type: git

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 == 7.4.2 GHC == 7.6.2
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
2020
extra-source-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==7.10.3 GHC==8.0.1 GHC==8.0.2
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
1818
extra-source-files: ChangeLog
1919

2020
source-repository head

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==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1
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
1919
Category: Control
2020
extra-source-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.2.2
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
2424
extra-source-files: ChangeLog
2525

2626
source-repository head

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==7.10.3 GHC==8.0.2 GHC==8.2.2 GHC==8.4.4
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
2525
Category: Control
2626
extra-source-files: ChangeLog
2727

packages/distributed-static/distributed-static.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Copyright: Well-Typed LLP
2525
Category: Control
2626
Build-Type: Simple
2727
extra-source-files: ChangeLog
28-
Tested-With: GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2
28+
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
2929

3030
Source-Repository head
3131
Type: git

packages/network-transport-inmemory/network-transport-inmemory.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Description: This is a transport implementation that could be used for local
2121
communication. All endpoints that want to comminicate should be
2222
created using the same transport.
2323

24-
Tested-With: GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2
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
2525
Category: Network
2626
extra-source-files: ChangeLog
2727

0 commit comments

Comments
 (0)