Skip to content

Commit fb03dc3

Browse files
committed
Support for containers-0.8
This was tested using `cabal test all --constraint="containers==0.8" --allow-newer=containers`
1 parent 79cb371 commit fb03dc3

File tree

20 files changed

+56
-16
lines changed

20 files changed

+56
-16
lines changed

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+
Unreleased
4+
5+
* Added support for `containers-0.8`.
6+
37
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.2.8.0
48

59
* Ported test suite to use `tasty` rather than `test-framework`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
binary >= 0.8 && < 0.9,
4646
deepseq >= 1.4 && < 1.7,
4747
mtl,
48-
containers >= 0.6 && < 0.8,
48+
containers >= 0.6 && < 0.9,
4949
fingertree < 0.2,
5050
stm >= 2.4 && < 2.6,
5151
exceptions >= 0.10 && < 0.11

packages/distributed-process-execution/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
3+
* Added support for `containers-0.8`.
4+
15
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.1.5.0
26

37
* Ported test suite to use `tasty` rather than `test-framework`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
distributed-process-client-server >= 0.2.0 && < 0.3,
4747
binary >= 0.8 && < 0.9,
4848
deepseq >= 1.4 && < 1.7,
49-
containers >= 0.6 && < 0.8,
49+
containers >= 0.6 && < 0.9,
5050
hashable >= 1.2.0.5 && < 1.6,
5151
unordered-containers >= 0.2.3.0 && < 0.3,
5252
stm >= 2.4 && < 2.6,

packages/distributed-process-extras/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
3+
* Added support for `containers-0.8`.
4+
15
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.9
26

37
* Ported test suite to use `tasty` rather than `test-framework`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
distributed-process >= 0.6.0 && < 0.8,
4040
binary >= 0.8 && < 0.9,
4141
deepseq >= 1.4 && < 1.7,
42-
containers >= 0.6 && < 0.8,
42+
containers >= 0.6 && < 0.9,
4343
exceptions >= 0.10,
4444
hashable >= 1.2.0.5 && < 1.6,
4545
unordered-containers >= 0.2.3.0 && < 0.3,

packages/distributed-process-simplelocalnet/ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
3+
* Added support for `containers-0.8`.
4+
15
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.3
26

37
* Removed unused dependencies and addressed some compilation warnings (#467).
@@ -84,7 +88,7 @@ Patch by Jeff Epstein
8488

8589
2012-07-09 Edsko de Vries <[email protected]> 0.2.0.1
8690

87-
* Bugfix: Documentation referred to old module name
91+
* Bugfix: Documentation referred to old module name
8892

8993
2012-07-07 Edsko de Vries <[email protected]> 0.2.0
9094

packages/distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Library
4444
network-multicast >= 0.1.1 && < 0.4,
4545
data-accessor >= 0.2 && < 0.3,
4646
binary >= 0.8 && < 0.9,
47-
containers >= 0.6 && < 0.8,
47+
containers >= 0.6 && < 0.9,
4848
network-transport >= 0.5 && < 0.6,
4949
network-transport-tcp >= 0.4 && < 0.9,
5050
distributed-process >= 0.5.0 && < 0.8

packages/distributed-process-supervisor/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Unreleased
2+
3+
* Added support for `containers-0.8`.
4+
15
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.2.4
26

37
* Ported test suite to use `tasty` rather than `test-framework`.

packages/distributed-process-supervisor/distributed-process-supervisor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ library
5050
distributed-process-client-server >= 0.2.0 && < 0.4,
5151
binary >= 0.8 && < 0.9,
5252
deepseq >= 1.4 && < 1.7,
53-
containers >= 0.6 && < 0.8,
53+
containers >= 0.6 && < 0.9,
5454
hashable >= 1.2.0.5 && < 1.6,
5555
time > 1.4 && < 1.15,
5656
exceptions >= 0.10 && < 0.11

0 commit comments

Comments
 (0)