Skip to content

Commit

Permalink
Harmonize the 'tested-with' clause in all cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Aug 31, 2024
1 parent a2fc7c6 commit 4a50db6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
fail-fast: false
matrix:
ghc-version:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: This package provides a higher-level interface over Processes, i
concurrent, possibly distributed Process that will eventually deliver a value of type a.
The package provides ways to create Async computations, wait for their results, and cancel them.
category: Control
tested-with: GHC == 7.8.4 GHC == 7.10.3
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

source-repository head
type: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: Modelled after Erlang OTP's gen_server, this framework provides
development into a set of modules and standards designed to help you build
concurrent, distributed applications with relative ease.
category: Control
Tested-With: GHC==8.2.2
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

source-repository head
type: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description:
The currently implementation provides only a subset of the plumbing required, comprising tools
for event management, mailbox buffering and message routing.
category: Control
tested-with: GHC == 7.4.2 GHC == 7.6.2
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
extra-source-files: ChangeLog

source-repository head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ synopsis: Cloud Haskell Extras
description: Supporting library, providing common types and utilities used by the
various libraries built on top of distributed-process
category: Control
Tested-With: GHC==7.10.3 GHC==8.0.1 GHC==8.0.2
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
extra-source-files: ChangeLog

source-repository head
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Description: Simple backend based on the TCP transport which offers node
discovery based on UDP multicast. This is a zero-configuration
backend designed to get you going with Cloud Haskell quickly
without imposing any structure on your application.
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
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
Category: Control
extra-source-files: ChangeLog

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: A part of the Cloud Haskell framework

For detailed information see "Control.Distributed.Process.Supervisor"
category: Control
tested-with: GHC == 8.2.2
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
extra-source-files: ChangeLog

source-repository head
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process/distributed-process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Description: This is an implementation of Cloud Haskell, as described in

You will probably also want to install a Cloud Haskell backend such
as distributed-process-simplelocalnet.
Tested-With: GHC==7.10.3 GHC==8.0.2 GHC==8.2.2 GHC==8.4.4
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
Category: Control
extra-source-files: ChangeLog

Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-static/distributed-static.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Copyright: Well-Typed LLP
Category: Control
Build-Type: Simple
extra-source-files: ChangeLog
Tested-With: GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2
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

Source-Repository head
Type: git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Description: This is a transport implementation that could be used for local
communication. All endpoints that want to comminicate should be
created using the same transport.

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

Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport-tcp/network-transport-tcp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Homepage: http://haskell-distributed.github.com
Bug-Reports: https://github.com/haskell-distributed/network-transport-tcp/issues
Synopsis: TCP instantiation of Network.Transport
Description: TCP instantiation of Network.Transport
Tested-With: GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2
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
Category: Network
extra-source-files: ChangeLog

Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport/network-transport.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Description: "Network.Transport" is a Network Abstraction Layer which provides
This package provides the generic interface only; you will
probably also want to install at least one transport
implementation (network-transport-*).
Tested-With: GHC==7.6.3 GHC==7.8.4 GHC==7.10.3
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
Category: Network
extra-source-files: ChangeLog

Expand Down

0 comments on commit 4a50db6

Please sign in to comment.