Skip to content

Commit 4c5230d

Browse files
committed
Adjusted upper bound on deepseq
1 parent ffb81c4 commit 4c5230d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
distributed-process >= 0.6.1 && < 0.8,
4242
exceptions >= 0.10 && < 1.0,
4343
binary >= 0.8 && < 0.9,
44-
deepseq >= 1.4 && < 1.6,
44+
deepseq >= 1.4 && < 1.7,
4545
mtl,
4646
containers >= 0.6 && < 0.8,
4747
hashable >= 1.2.0.5 && < 1.6,
@@ -74,7 +74,7 @@ test-suite AsyncTests
7474
network-transport >= 0.4 && < 0.6,
7575
network-transport-tcp >= 0.6 && < 0.9,
7676
binary >= 0.8 && < 0.9,
77-
deepseq >= 1.4 && < 1.6,
77+
deepseq >= 1.4 && < 1.7,
7878
-- HUnit >= 1.2 && < 2,
7979
stm >= 2.3 && < 2.6,
8080
test-framework >= 0.6 && < 0.9,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
distributed-process-extras >= 0.3.1 && < 0.4,
4343
distributed-process-async >= 0.2.4 && < 0.3,
4444
binary >= 0.8 && < 0.9,
45-
deepseq >= 1.4 && < 1.6,
45+
deepseq >= 1.4 && < 1.7,
4646
mtl,
4747
containers >= 0.6 && < 0.8,
4848
hashable >= 1.2.0.5 && < 1.6,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
distributed-process-supervisor >= 0.2.0 && < 0.3,
4545
distributed-process-client-server >= 0.2.0 && < 0.3,
4646
binary >= 0.8 && < 0.9,
47-
deepseq >= 1.4 && < 1.6,
47+
deepseq >= 1.4 && < 1.7,
4848
mtl,
4949
containers >= 0.6 && < 0.8,
5050
hashable >= 1.2.0.5 && < 1.6,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
build-depends: base >= 4.14 && < 5,
3838
distributed-process >= 0.6.0 && < 0.8,
3939
binary >= 0.8 && < 0.9,
40-
deepseq >= 1.4 && < 1.6,
40+
deepseq >= 1.4 && < 1.7,
4141
mtl >= 2.0 && < 2.4,
4242
containers >= 0.6 && < 0.8,
4343
exceptions >= 0.10,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
distributed-process-extras >= 0.3.1 && < 0.4,
4949
distributed-process-client-server >= 0.2.0 && < 0.4,
5050
binary >= 0.8 && < 0.9,
51-
deepseq >= 1.4 && < 1.6,
51+
deepseq >= 1.4 && < 1.7,
5252
containers >= 0.6 && < 0.8,
5353
hashable >= 1.2.0.5 && < 1.6,
5454
time > 1.4 && < 1.15,

packages/distributed-process/distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Library
6161
syb >= 0.3 && < 0.8,
6262
exceptions >= 0.10,
6363
containers >= 0.6 && < 0.8,
64-
deepseq >= 1.4 && < 1.6,
64+
deepseq >= 1.4 && < 1.7,
6565
time >= 1.9
6666
Exposed-modules: Control.Distributed.Process
6767
Control.Distributed.Process.Closure

packages/distributed-static/distributed-static.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Library
5050
containers >= 0.6 && < 0.8,
5151
bytestring >= 0.10 && < 0.13,
5252
binary >= 0.8 && < 0.9,
53-
deepseq >= 1.4 && < 1.6
53+
deepseq >= 1.4 && < 1.7
5454
HS-Source-Dirs: src
5555
Default-Language: Haskell2010
5656
Default-Extensions: DeriveDataTypeable

packages/network-transport/network-transport.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Library
8181
bytestring >= 0.10 && < 0.13,
8282
hashable >= 1.2.0.5 && < 1.6,
8383
transformers >= 0.2 && < 0.7,
84-
deepseq >= 1.0 && < 1.6
84+
deepseq >= 1.0 && < 1.7
8585
Exposed-Modules: Network.Transport
8686
Network.Transport.Util
8787
Network.Transport.Internal

0 commit comments

Comments
 (0)