Skip to content

Commit

Permalink
Adjusted upper bound on deepseq
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Sep 8, 2024
1 parent ffb81c4 commit 4c5230d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
distributed-process >= 0.6.1 && < 0.8,
exceptions >= 0.10 && < 1.0,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6,
deepseq >= 1.4 && < 1.7,
mtl,
containers >= 0.6 && < 0.8,
hashable >= 1.2.0.5 && < 1.6,
Expand Down Expand Up @@ -74,7 +74,7 @@ test-suite AsyncTests
network-transport >= 0.4 && < 0.6,
network-transport-tcp >= 0.6 && < 0.9,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6,
deepseq >= 1.4 && < 1.7,
-- HUnit >= 1.2 && < 2,
stm >= 2.3 && < 2.6,
test-framework >= 0.6 && < 0.9,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
distributed-process-extras >= 0.3.1 && < 0.4,
distributed-process-async >= 0.2.4 && < 0.3,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6,
deepseq >= 1.4 && < 1.7,
mtl,
containers >= 0.6 && < 0.8,
hashable >= 1.2.0.5 && < 1.6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library
distributed-process-supervisor >= 0.2.0 && < 0.3,
distributed-process-client-server >= 0.2.0 && < 0.3,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6,
deepseq >= 1.4 && < 1.7,
mtl,
containers >= 0.6 && < 0.8,
hashable >= 1.2.0.5 && < 1.6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
build-depends: base >= 4.14 && < 5,
distributed-process >= 0.6.0 && < 0.8,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6,
deepseq >= 1.4 && < 1.7,
mtl >= 2.0 && < 2.4,
containers >= 0.6 && < 0.8,
exceptions >= 0.10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
distributed-process-extras >= 0.3.1 && < 0.4,
distributed-process-client-server >= 0.2.0 && < 0.4,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6,
deepseq >= 1.4 && < 1.7,
containers >= 0.6 && < 0.8,
hashable >= 1.2.0.5 && < 1.6,
time > 1.4 && < 1.15,
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process/distributed-process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Library
syb >= 0.3 && < 0.8,
exceptions >= 0.10,
containers >= 0.6 && < 0.8,
deepseq >= 1.4 && < 1.6,
deepseq >= 1.4 && < 1.7,
time >= 1.9
Exposed-modules: Control.Distributed.Process
Control.Distributed.Process.Closure
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-static/distributed-static.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Library
containers >= 0.6 && < 0.8,
bytestring >= 0.10 && < 0.13,
binary >= 0.8 && < 0.9,
deepseq >= 1.4 && < 1.6
deepseq >= 1.4 && < 1.7
HS-Source-Dirs: src
Default-Language: Haskell2010
Default-Extensions: DeriveDataTypeable
Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport/network-transport.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Library
bytestring >= 0.10 && < 0.13,
hashable >= 1.2.0.5 && < 1.6,
transformers >= 0.2 && < 0.7,
deepseq >= 1.0 && < 1.6
deepseq >= 1.0 && < 1.7
Exposed-Modules: Network.Transport
Network.Transport.Util
Network.Transport.Internal
Expand Down

0 comments on commit 4c5230d

Please sign in to comment.