Skip to content

Commit 4f46d96

Browse files
committed
Updated versions, bounds, and changelogs
1 parent a83798c commit 4f46d96

File tree

10 files changed

+36
-14
lines changed

10 files changed

+36
-14
lines changed

packages/distributed-process-async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.9
2+
3+
* Removed dependency on `rematch` (#459)
4+
15
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.2.8
26

37
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-async
3-
version: 0.2.8
3+
version: 0.2.9
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -68,7 +68,7 @@ test-suite AsyncTests
6868
ansi-terminal >= 0.5 && < 0.9,
6969
distributed-process,
7070
distributed-process-async,
71-
distributed-process-systest >= 0.2.0,
71+
distributed-process-systest ^>= 0.4,
7272
exceptions >= 0.10 && < 1.0,
7373
network >= 2.5 && < 3.3,
7474
network-transport >= 0.4 && < 0.6,

packages/distributed-process-client-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.7.0
4+
5+
* Removed dependency on `rematch` (#459)
6+
37
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.2.6.0
48

59
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-client-server
3-
version: 0.2.6.0
3+
version: 0.2.7.0
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -79,7 +79,7 @@ test-suite ManagedProcessTests
7979
distributed-process-extras,
8080
distributed-process-async,
8181
distributed-process-client-server,
82-
distributed-process-systest >= 0.1.1,
82+
distributed-process-systest ^>= 0.4,
8383
network-transport >= 0.4 && < 0.7,
8484
mtl,
8585
fingertree,
@@ -117,7 +117,7 @@ test-suite PrioritisedProcessTests
117117
distributed-process-extras,
118118
distributed-process-async,
119119
distributed-process-client-server,
120-
distributed-process-systest >= 0.1.1,
120+
distributed-process-systest ^>= 0.4,
121121
network-transport,
122122
mtl,
123123
fingertree,

packages/distributed-process-execution/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.1.4.0
2+
3+
* Removed dependency on `rematch` (#459)
4+
15
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.1.3.0
26

37
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-execution
3-
version: 0.1.3.0
3+
version: 0.1.4.0
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -79,7 +79,7 @@ test-suite ExchangeTests
7979
distributed-process,
8080
distributed-process-execution,
8181
distributed-process-extras,
82-
distributed-process-systest >= 0.1.1 && < 0.4,
82+
distributed-process-systest ^>= 0.4,
8383
distributed-static,
8484
bytestring,
8585
data-accessor,
@@ -119,7 +119,7 @@ test-suite MailboxTests
119119
distributed-process,
120120
distributed-process-execution,
121121
distributed-process-extras,
122-
distributed-process-systest >= 0.1.1 && < 0.4,
122+
distributed-process-systest ^>= 0.4,
123123
distributed-static,
124124
bytestring,
125125
data-accessor,

packages/distributed-process-extras/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.3.7
2+
3+
* Removed dependency on `rematch` (#459)
4+
15
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.3.6
26

37
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-extras
3-
version: 0.3.6
3+
version: 0.3.7
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -75,7 +75,7 @@ test-suite InternalQueueTests
7575
ansi-terminal >= 0.5 && < 0.9,
7676
distributed-process >= 0.6.0 && < 0.8,
7777
distributed-process-extras,
78-
distributed-process-systest >= 0.1.0 && < 0.4,
78+
distributed-process-systest ^>= 0.4,
7979
HUnit >= 1.2 && < 2,
8080
test-framework >= 0.6 && < 0.9,
8181
test-framework-hunit,
@@ -97,7 +97,7 @@ test-suite PrimitivesTests
9797
ansi-terminal >= 0.5 && < 0.9,
9898
distributed-process >= 0.6.0 && < 0.8,
9999
distributed-process-extras,
100-
distributed-process-systest >= 0.1.0 && < 0.4,
100+
distributed-process-systest ^>= 0.4,
101101
network-transport >= 0.4 && < 0.6,
102102
mtl,
103103
containers,
@@ -125,7 +125,7 @@ test-suite TimerTests
125125
deepseq,
126126
distributed-process >= 0.6.0 && < 0.8,
127127
distributed-process-extras,
128-
distributed-process-systest >= 0.1.0 && < 0.4,
128+
distributed-process-systest ^>= 0.4,
129129
network-transport >= 0.4 && < 0.6,
130130
network-transport-tcp >= 0.4 && < 0.9,
131131
HUnit >= 1.2 && < 2,
@@ -152,7 +152,7 @@ test-suite LoggerTests
152152
unordered-containers >= 0.2.3.0 && < 0.3,
153153
distributed-process >= 0.6.0 && < 0.8,
154154
distributed-process-extras,
155-
distributed-process-systest >= 0.1.0 && < 0.4,
155+
distributed-process-systest ^>= 0.4,
156156
distributed-static,
157157
bytestring,
158158
data-accessor,

packages/distributed-process-systest/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.4.0
2+
3+
* Removed dependency on `rematch` (#459). This means that certain functions
4+
are no longer exported: `shouldBe`, `shouldMatch`, `shouldContain`,
5+
`shouldNotContain`, and `expectThat`.
6+
17
2024-09-03 Laurent P. René de Cotret <[email protected]> 0.3.2
28

39
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1

packages/distributed-process-systest/distributed-process-systest.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-systest
3-
version: 0.3.2
3+
version: 0.4.0
44
synopsis: Cloud Haskell Test Support
55
description: Testing Frameworks and Capabilities for programs built on Cloud Haskell
66
homepage: http://github.com/haskell-distributed/distributed-process-systest

0 commit comments

Comments
 (0)