Skip to content

Commit

Permalink
Updated versions, bounds, and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 30, 2024
1 parent a83798c commit 4f46d96
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 14 deletions.
4 changes: 4 additions & 0 deletions packages/distributed-process-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.9

* Removed dependency on `rematch` (#459)

2024-09-03 Laurent P. René de Cotret <[email protected]> 0.2.8

* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions packages/distributed-process-client-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.7.0

* Removed dependency on `rematch` (#459)

2024-09-03 Laurent P. René de Cotret <[email protected]> 0.2.6.0

* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions packages/distributed-process-execution/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.1.4.0

* Removed dependency on `rematch` (#459)

2024-09-03 Laurent P. René de Cotret <[email protected]> 0.1.3.0

* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions packages/distributed-process-extras/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.3.7

* Removed dependency on `rematch` (#459)

2024-09-03 Laurent P. René de Cotret <[email protected]> 0.3.6

* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down
6 changes: 6 additions & 0 deletions packages/distributed-process-systest/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-10-30 Laurent P. René de Cotret <[email protected]> 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 <[email protected]> 0.3.2

* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4f46d96

Please sign in to comment.