Skip to content

Commit

Permalink
Update upper bound on network-transport-tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Aug 31, 2024
1 parent 2fd2e6f commit 241d999
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc-version }}
cabal-version: '3.10.3.0'
cabal-version: '3.12.1.0'

- name: Generate freeze file
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test-suite ManagedProcessTests
network-transport >= 0.4 && < 0.7,
mtl,
fingertree,
network-transport-tcp >= 0.6 && < 0.7,
network-transport-tcp >= 0.6 && < 0.9,
binary >= 0.6.3.0 && < 0.9,
deepseq,
network >= 2.3 && < 3.3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test-suite ExchangeTests
network-transport >= 0.4 && < 0.5,
deepseq,
mtl,
network-transport-tcp >= 0.4 && < 0.6,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.6.3.0 && < 0.9,
network >= 2.3 && < 3.3,
HUnit >= 1.2 && < 2,
Expand Down Expand Up @@ -122,7 +122,7 @@ test-suite MailboxTests
network-transport >= 0.4 && < 0.5,
deepseq,
mtl,
network-transport-tcp >= 0.4 && < 0.6,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.6.3.0 && < 0.9,
network >= 2.3 && < 3.3,
HUnit >= 1.2 && < 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test-suite PrimitivesTests
network-transport >= 0.4 && < 0.6,
mtl,
containers,
network-transport-tcp >= 0.4 && < 0.6,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.6.3.0 && < 0.9,
deepseq,
network >= 2.3 && < 3.3,
Expand All @@ -127,7 +127,7 @@ test-suite TimerTests
distributed-process-extras,
distributed-process-systest >= 0.1.0 && < 0.3.0,
network-transport >= 0.4 && < 0.6,
network-transport-tcp >= 0.4 && < 0.6,
network-transport-tcp >= 0.4 && < 0.9,
HUnit >= 1.2 && < 2,
test-framework >= 0.6 && < 0.9,
test-framework-hunit,
Expand Down Expand Up @@ -161,7 +161,7 @@ test-suite LoggerTests
network-transport >= 0.4 && < 0.6,
deepseq,
mtl,
network-transport-tcp >= 0.4 && < 0.6,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.6.3.0 && < 0.9,
network >= 2.3 && < 3.3,
HUnit >= 1.2 && < 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test-suite SupervisorTests
fingertree < 0.2,
network-transport >= 0.4 && < 0.5.3,
mtl,
network-transport-tcp >= 0.4 && < 0.7,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.6.3.0 && < 0.9,
deepseq,
network >= 2.3 && < 3.3,
Expand Down Expand Up @@ -117,7 +117,7 @@ test-suite NonThreadedSupervisorTests
fingertree < 0.2,
network-transport >= 0.4 && < 0.5.3,
mtl,
network-transport-tcp >= 0.4 && < 0.7,
network-transport-tcp >= 0.4 && < 0.9,
binary >= 0.6.3.0 && < 0.9,
deepseq,
network >= 2.3 && < 3.3,
Expand Down
10 changes: 5 additions & 5 deletions packages/distributed-process/distributed-process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ benchmark distributed-process-throughput
Type: exitcode-stdio-1.0
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
network-transport-tcp >= 0.3 && <= 0.9,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Throughput.hs
Expand All @@ -133,7 +133,7 @@ benchmark distributed-process-latency
Type: exitcode-stdio-1.0
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
network-transport-tcp >= 0.3 && <= 0.9,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Latency.hs
Expand All @@ -144,7 +144,7 @@ benchmark distributed-process-channels
Type: exitcode-stdio-1.0
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
network-transport-tcp >= 0.3 && <= 0.9,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Channels.hs
Expand All @@ -155,7 +155,7 @@ benchmark distributed-process-spawns
Type: exitcode-stdio-1.0
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
network-transport-tcp >= 0.3 && <= 0.9,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Spawns.hs
Expand All @@ -166,7 +166,7 @@ benchmark distributed-process-ring
Type: exitcode-stdio-1.0
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
network-transport-tcp >= 0.3 && <= 0.9,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/ProcessRing.hs
Expand Down

0 comments on commit 241d999

Please sign in to comment.