File tree Expand file tree Collapse file tree 20 files changed +56
-16
lines changed
distributed-process-client-server
distributed-process-execution
distributed-process-simplelocalnet
distributed-process-supervisor
network-transport-inmemory Expand file tree Collapse file tree 20 files changed +56
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ Unreleased
4
+
5
+ * Added support for ` containers-0.8 ` .
6
+
3
7
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com > 0.2.8.0
4
8
5
9
* Ported test suite to use ` tasty ` rather than ` test-framework ` .
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ library
45
45
binary >= 0.8 && < 0.9 ,
46
46
deepseq >= 1.4 && < 1.7 ,
47
47
mtl,
48
- containers >= 0.6 && < 0.8 ,
48
+ containers >= 0.6 && < 0.9 ,
49
49
fingertree < 0.2 ,
50
50
stm >= 2.4 && < 2.6 ,
51
51
exceptions >= 0.10 && < 0.11
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.1.5.0
2
6
3
7
* Ported test suite to use `tasty` rather than `test-framework`.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ library
46
46
distributed-process-client-server >= 0.2.0 && < 0.3 ,
47
47
binary >= 0.8 && < 0.9 ,
48
48
deepseq >= 1.4 && < 1.7 ,
49
- containers >= 0.6 && < 0.8 ,
49
+ containers >= 0.6 && < 0.9 ,
50
50
hashable >= 1.2.0.5 && < 1.6 ,
51
51
unordered-containers >= 0.2.3.0 && < 0.3 ,
52
52
stm >= 2.4 && < 2.6 ,
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.3.9
2
6
3
7
* Ported test suite to use `tasty` rather than `test-framework`.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ library
39
39
distributed-process >= 0.6.0 && < 0.8 ,
40
40
binary >= 0.8 && < 0.9 ,
41
41
deepseq >= 1.4 && < 1.7 ,
42
- containers >= 0.6 && < 0.8 ,
42
+ containers >= 0.6 && < 0.9 ,
43
43
exceptions >= 0.10 ,
44
44
hashable >= 1.2.0.5 && < 1.6 ,
45
45
unordered-containers >= 0.2.3.0 && < 0.3 ,
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.3.3
2
6
3
7
* Removed unused dependencies and addressed some compilation warnings (#467).
@@ -84,7 +88,7 @@ Patch by Jeff Epstein
84
88
85
89
2012-07-09 Edsko de Vries <edsko@well-typed.com> 0.2.0.1
86
90
87
- * Bugfix: Documentation referred to old module name
91
+ * Bugfix: Documentation referred to old module name
88
92
89
93
2012-07-07 Edsko de Vries <edsko@well-typed.com> 0.2.0
90
94
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Library
44
44
network-multicast >= 0.1.1 && < 0.4 ,
45
45
data-accessor >= 0.2 && < 0.3 ,
46
46
binary >= 0.8 && < 0.9 ,
47
- containers >= 0.6 && < 0.8 ,
47
+ containers >= 0.6 && < 0.9 ,
48
48
network-transport >= 0.5 && < 0.6 ,
49
49
network-transport-tcp >= 0.4 && < 0.9 ,
50
50
distributed-process >= 0.5.0 && < 0.8
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.2.4
2
6
3
7
* Ported test suite to use `tasty` rather than `test-framework`.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ library
50
50
distributed-process-client-server >= 0.2.0 && < 0.4 ,
51
51
binary >= 0.8 && < 0.9 ,
52
52
deepseq >= 1.4 && < 1.7 ,
53
- containers >= 0.6 && < 0.8 ,
53
+ containers >= 0.6 && < 0.9 ,
54
54
hashable >= 1.2.0.5 && < 1.6 ,
55
55
time > 1.4 && < 1.15 ,
56
56
exceptions >= 0.10 && < 0.11
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.7.8
2
6
3
7
* Added documentation on the unit of measurement for timeout durations (#340)
@@ -190,7 +194,7 @@ $(mkClosure 'f) within the body of "f".
190
194
* Numerous memory leaks plugged
191
195
* Relax upper bound on dependency on 'network'
192
196
* New primitive 'matchAny'
193
- * Remove 'whereisRemote' (see comment of 'whereisRemoteAsync')
197
+ * Remove 'whereisRemote' (see comment of 'whereisRemoteAsync')
194
198
195
199
2012-08-16 Edsko de Vries <edsko@well-typed.com> 0.3.1
196
200
@@ -240,9 +244,9 @@ slave nodes could not be reused)
240
244
2012-07-11 Edsko de Vries <edsko@well-typed.com> 0.2.1
241
245
242
246
* Complete redesign of the underlying implementation of static values and
243
- closures.
247
+ closures.
244
248
245
- * Add support for 'spawnChannel'
249
+ * Add support for 'spawnChannel'
246
250
247
251
2012-07-09 Edsko de Vries <edsko@well-typed.com> 0.2.0.1
248
252
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Library
60
60
rank1dynamic >= 0.1 && < 0.5 ,
61
61
syb >= 0.3 && < 0.8 ,
62
62
exceptions >= 0.10 ,
63
- containers >= 0.6 && < 0.8 ,
63
+ containers >= 0.6 && < 0.9 ,
64
64
deepseq >= 1.4 && < 1.7 ,
65
65
time >= 1.9
66
66
Exposed-modules : Control.Distributed.Process
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2024-09-03 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.3.11
2
6
3
7
* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Library
48
48
Exposed-Modules : Control.Distributed.Static
49
49
Build-Depends : base >= 4.14 && < 5 ,
50
50
rank1dynamic >= 0.1 && < 0.5 ,
51
- containers >= 0.6 && < 0.8 ,
51
+ containers >= 0.6 && < 0.9 ,
52
52
bytestring >= 0.10 && < 0.13 ,
53
53
binary >= 0.8 && < 0.9 ,
54
54
deepseq >= 1.4 && < 1.7
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.5.42
2
6
3
7
* Addressed some compilation warnings (#467)
16
20
* Fixes dependency bounds.
17
21
0.5.1
18
22
* Fixed bug in cleanup procedure.
19
- 0.5
23
+ 0.5
20
24
* Complete reimplementation based on STM primitives.
21
25
* Rename Network.Transport.Chan to Network.Transport.InMemory.
22
26
* Disable multicast support until it is properly implemented.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Library
47
47
network-transport >= 0.4.0.0 && < 0.7 ,
48
48
data-accessor >= 0.2 && < 0.3 ,
49
49
bytestring >= 0.10 && < 0.13 ,
50
- containers >= 0.6 && < 0.8 ,
50
+ containers >= 0.6 && < 0.9 ,
51
51
stm >= 2.0 && < 3.0
52
52
Exposed-modules : Network.Transport.InMemory
53
53
Network.Transport.InMemory.Internal
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.8.6
2
6
3
7
* Ported test suite to use `tasty` rather than `test-framework`.
@@ -90,7 +94,7 @@ circumstances.
90
94
91
95
* Implement new disconnection semantics
92
96
* Make 'connect' asynchronous (sender allocated connection IDs)
93
- * Fix distributed deadlock
97
+ * Fix distributed deadlock
94
98
* Optimize treatment of crossed connection requests
95
99
* Relax upper bound on network
96
100
* Fix memory leaks
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Library
42
42
async >= 2.2 && < 2.3 ,
43
43
network-transport >= 0.5 && < 0.6 ,
44
44
data-accessor >= 0.2 && < 0.3 ,
45
- containers >= 0.6 && < 0.8 ,
45
+ containers >= 0.6 && < 0.9 ,
46
46
bytestring >= 0.10 && < 0.13 ,
47
47
network >= 3.1 && < 3.3 ,
48
48
uuid >= 1.3 && < 1.4
Original file line number Diff line number Diff line change
1
+ Unreleased
2
+
3
+ * Added support for `containers-0.8`.
4
+
1
5
2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.3.4
2
6
3
7
* Addressed some compilation warnings (#467)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ library
38
38
-- other-modules:
39
39
build-depends : base >= 4.14 && < 5 ,
40
40
network-transport >= 0.4.1.0 && < 0.6 ,
41
- containers >= 0.6 && < 0.8 ,
41
+ containers >= 0.6 && < 0.9 ,
42
42
bytestring >= 0.10 && < 0.13 ,
43
43
random >= 1.0 && < 1.4 ,
44
44
mtl >= 2.2.1 && < 2.4 ,
You can’t perform that action at this time.
0 commit comments