From 4f46d968b686a8fa71b4463bf56581317014c9f5 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Wed, 30 Oct 2024 10:38:49 -0400 Subject: [PATCH] Updated versions, bounds, and changelogs --- packages/distributed-process-async/CHANGELOG.md | 4 ++++ .../distributed-process-async.cabal | 4 ++-- .../distributed-process-client-server/CHANGELOG.md | 4 ++++ .../distributed-process-client-server.cabal | 6 +++--- packages/distributed-process-execution/ChangeLog | 4 ++++ .../distributed-process-execution.cabal | 6 +++--- packages/distributed-process-extras/ChangeLog | 4 ++++ .../distributed-process-extras.cabal | 10 +++++----- packages/distributed-process-systest/ChangeLog | 6 ++++++ .../distributed-process-systest.cabal | 2 +- 10 files changed, 36 insertions(+), 14 deletions(-) diff --git a/packages/distributed-process-async/CHANGELOG.md b/packages/distributed-process-async/CHANGELOG.md index ea6ebd8c..59832435 100644 --- a/packages/distributed-process-async/CHANGELOG.md +++ b/packages/distributed-process-async/CHANGELOG.md @@ -1,3 +1,7 @@ +2024-10-30 Laurent P. René de Cotret 0.2.9 + +* Removed dependency on `rematch` (#459) + 2024-09-03 Laurent P. René de Cotret 0.2.8 * Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 diff --git a/packages/distributed-process-async/distributed-process-async.cabal b/packages/distributed-process-async/distributed-process-async.cabal index f397f9a5..3180f9c5 100644 --- a/packages/distributed-process-async/distributed-process-async.cabal +++ b/packages/distributed-process-async/distributed-process-async.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: distributed-process-async -version: 0.2.8 +version: 0.2.9 build-type: Simple license: BSD-3-Clause license-file: LICENCE @@ -68,7 +68,7 @@ test-suite AsyncTests ansi-terminal >= 0.5 && < 0.9, distributed-process, distributed-process-async, - distributed-process-systest >= 0.2.0, + distributed-process-systest ^>= 0.4, exceptions >= 0.10 && < 1.0, network >= 2.5 && < 3.3, network-transport >= 0.4 && < 0.6, diff --git a/packages/distributed-process-client-server/CHANGELOG.md b/packages/distributed-process-client-server/CHANGELOG.md index 5ed857ed..82f87042 100644 --- a/packages/distributed-process-client-server/CHANGELOG.md +++ b/packages/distributed-process-client-server/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +2024-10-30 Laurent P. René de Cotret 0.2.7.0 + +* Removed dependency on `rematch` (#459) + 2024-09-03 Laurent P. René de Cotret 0.2.6.0 * Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 diff --git a/packages/distributed-process-client-server/distributed-process-client-server.cabal b/packages/distributed-process-client-server/distributed-process-client-server.cabal index 7133d3ec..449fac35 100644 --- a/packages/distributed-process-client-server/distributed-process-client-server.cabal +++ b/packages/distributed-process-client-server/distributed-process-client-server.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: distributed-process-client-server -version: 0.2.6.0 +version: 0.2.7.0 build-type: Simple license: BSD-3-Clause license-file: LICENCE @@ -79,7 +79,7 @@ test-suite ManagedProcessTests distributed-process-extras, distributed-process-async, distributed-process-client-server, - distributed-process-systest >= 0.1.1, + distributed-process-systest ^>= 0.4, network-transport >= 0.4 && < 0.7, mtl, fingertree, @@ -117,7 +117,7 @@ test-suite PrioritisedProcessTests distributed-process-extras, distributed-process-async, distributed-process-client-server, - distributed-process-systest >= 0.1.1, + distributed-process-systest ^>= 0.4, network-transport, mtl, fingertree, diff --git a/packages/distributed-process-execution/ChangeLog b/packages/distributed-process-execution/ChangeLog index da63219a..e0720cff 100644 --- a/packages/distributed-process-execution/ChangeLog +++ b/packages/distributed-process-execution/ChangeLog @@ -1,3 +1,7 @@ +2024-10-30 Laurent P. René de Cotret 0.1.4.0 + +* Removed dependency on `rematch` (#459) + 2024-09-03 Laurent P. René de Cotret 0.1.3.0 * Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 diff --git a/packages/distributed-process-execution/distributed-process-execution.cabal b/packages/distributed-process-execution/distributed-process-execution.cabal index 80c8f24e..40c2a57d 100644 --- a/packages/distributed-process-execution/distributed-process-execution.cabal +++ b/packages/distributed-process-execution/distributed-process-execution.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: distributed-process-execution -version: 0.1.3.0 +version: 0.1.4.0 build-type: Simple license: BSD-3-Clause license-file: LICENCE @@ -79,7 +79,7 @@ test-suite ExchangeTests distributed-process, distributed-process-execution, distributed-process-extras, - distributed-process-systest >= 0.1.1 && < 0.4, + distributed-process-systest ^>= 0.4, distributed-static, bytestring, data-accessor, @@ -119,7 +119,7 @@ test-suite MailboxTests distributed-process, distributed-process-execution, distributed-process-extras, - distributed-process-systest >= 0.1.1 && < 0.4, + distributed-process-systest ^>= 0.4, distributed-static, bytestring, data-accessor, diff --git a/packages/distributed-process-extras/ChangeLog b/packages/distributed-process-extras/ChangeLog index 08255bed..65c578f5 100644 --- a/packages/distributed-process-extras/ChangeLog +++ b/packages/distributed-process-extras/ChangeLog @@ -1,3 +1,7 @@ +2024-10-30 Laurent P. René de Cotret 0.3.7 + +* Removed dependency on `rematch` (#459) + 2024-09-03 Laurent P. René de Cotret 0.3.6 * Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 diff --git a/packages/distributed-process-extras/distributed-process-extras.cabal b/packages/distributed-process-extras/distributed-process-extras.cabal index 956747cc..83a55934 100644 --- a/packages/distributed-process-extras/distributed-process-extras.cabal +++ b/packages/distributed-process-extras/distributed-process-extras.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: distributed-process-extras -version: 0.3.6 +version: 0.3.7 build-type: Simple license: BSD-3-Clause license-file: LICENCE @@ -75,7 +75,7 @@ test-suite InternalQueueTests ansi-terminal >= 0.5 && < 0.9, distributed-process >= 0.6.0 && < 0.8, distributed-process-extras, - distributed-process-systest >= 0.1.0 && < 0.4, + distributed-process-systest ^>= 0.4, HUnit >= 1.2 && < 2, test-framework >= 0.6 && < 0.9, test-framework-hunit, @@ -97,7 +97,7 @@ test-suite PrimitivesTests ansi-terminal >= 0.5 && < 0.9, distributed-process >= 0.6.0 && < 0.8, distributed-process-extras, - distributed-process-systest >= 0.1.0 && < 0.4, + distributed-process-systest ^>= 0.4, network-transport >= 0.4 && < 0.6, mtl, containers, @@ -125,7 +125,7 @@ test-suite TimerTests deepseq, distributed-process >= 0.6.0 && < 0.8, distributed-process-extras, - distributed-process-systest >= 0.1.0 && < 0.4, + distributed-process-systest ^>= 0.4, network-transport >= 0.4 && < 0.6, network-transport-tcp >= 0.4 && < 0.9, HUnit >= 1.2 && < 2, @@ -152,7 +152,7 @@ test-suite LoggerTests unordered-containers >= 0.2.3.0 && < 0.3, distributed-process >= 0.6.0 && < 0.8, distributed-process-extras, - distributed-process-systest >= 0.1.0 && < 0.4, + distributed-process-systest ^>= 0.4, distributed-static, bytestring, data-accessor, diff --git a/packages/distributed-process-systest/ChangeLog b/packages/distributed-process-systest/ChangeLog index 05029a1f..c97cdf65 100644 --- a/packages/distributed-process-systest/ChangeLog +++ b/packages/distributed-process-systest/ChangeLog @@ -1,3 +1,9 @@ +2024-10-30 Laurent P. René de Cotret 0.4.0 + +* Removed dependency on `rematch` (#459). This means that certain functions + are no longer exported: `shouldBe`, `shouldMatch`, `shouldContain`, + `shouldNotContain`, and `expectThat`. + 2024-09-03 Laurent P. René de Cotret 0.3.2 * Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1 diff --git a/packages/distributed-process-systest/distributed-process-systest.cabal b/packages/distributed-process-systest/distributed-process-systest.cabal index 65bbf0f1..4d6306b4 100644 --- a/packages/distributed-process-systest/distributed-process-systest.cabal +++ b/packages/distributed-process-systest/distributed-process-systest.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: distributed-process-systest -version: 0.3.2 +version: 0.4.0 synopsis: Cloud Haskell Test Support description: Testing Frameworks and Capabilities for programs built on Cloud Haskell homepage: http://github.com/haskell-distributed/distributed-process-systest