From 241d99980a2cb96a5237d65a9fd60078531d63c0 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Sat, 31 Aug 2024 14:21:43 -0400 Subject: [PATCH] Update upper bound on network-transport-tcp --- .github/workflows/cabal.yml | 2 +- .../distributed-process-client-server.cabal | 2 +- .../distributed-process-execution.cabal | 4 ++-- .../distributed-process-extras.cabal | 6 +++--- .../distributed-process-supervisor.cabal | 4 ++-- packages/distributed-process/distributed-process.cabal | 10 +++++----- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/cabal.yml b/.github/workflows/cabal.yml index be40ebc6..aa69ad34 100644 --- a/.github/workflows/cabal.yml +++ b/.github/workflows/cabal.yml @@ -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: | diff --git a/packages/distributed-process-client-server/distributed-process-client-server.cabal b/packages/distributed-process-client-server/distributed-process-client-server.cabal index 850dff50..6cce2f1f 100644 --- a/packages/distributed-process-client-server/distributed-process-client-server.cabal +++ b/packages/distributed-process-client-server/distributed-process-client-server.cabal @@ -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, diff --git a/packages/distributed-process-execution/distributed-process-execution.cabal b/packages/distributed-process-execution/distributed-process-execution.cabal index 3d604e54..2113f903 100644 --- a/packages/distributed-process-execution/distributed-process-execution.cabal +++ b/packages/distributed-process-execution/distributed-process-execution.cabal @@ -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, @@ -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, diff --git a/packages/distributed-process-extras/distributed-process-extras.cabal b/packages/distributed-process-extras/distributed-process-extras.cabal index bfa8b173..194e011e 100644 --- a/packages/distributed-process-extras/distributed-process-extras.cabal +++ b/packages/distributed-process-extras/distributed-process-extras.cabal @@ -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, @@ -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, @@ -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, diff --git a/packages/distributed-process-supervisor/distributed-process-supervisor.cabal b/packages/distributed-process-supervisor/distributed-process-supervisor.cabal index 510f4d61..f42010c0 100644 --- a/packages/distributed-process-supervisor/distributed-process-supervisor.cabal +++ b/packages/distributed-process-supervisor/distributed-process-supervisor.cabal @@ -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, @@ -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, diff --git a/packages/distributed-process/distributed-process.cabal b/packages/distributed-process/distributed-process.cabal index 01cf537f..105488e3 100644 --- a/packages/distributed-process/distributed-process.cabal +++ b/packages/distributed-process/distributed-process.cabal @@ -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 @@ -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 @@ -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 @@ -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 @@ -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