diff --git a/distributed-process-tests/distributed-process-tests.cabal b/distributed-process-tests/distributed-process-tests.cabal index 48f3843a..9e56d328 100644 --- a/distributed-process-tests/distributed-process-tests.cabal +++ b/distributed-process-tests/distributed-process-tests.cabal @@ -31,8 +31,8 @@ library bytestring >= 0.9 && < 0.12, distributed-process >= 0.6.0 && < 0.7, distributed-static, - HUnit >= 1.2 && < 1.4, - network-transport >= 0.4.1.0 && < 0.5, + HUnit >= 1.2 && < 1.6, + network-transport >= 0.4.1.0 && < 0.6, network >= 2.5 && < 2.7, random >= 1.0 && < 1.2, rematch >= 0.1.2.1, @@ -61,7 +61,7 @@ Test-Suite TestCHInMemory Build-Depends: base >= 4.4 && < 5, distributed-process-tests, network >= 2.3 && < 2.7, - network-transport >= 0.4.1.0 && < 0.5, + network-transport >= 0.4.1.0 && < 0.6, network-transport-inmemory >= 0.5, test-framework >= 0.6 && < 0.9 Extensions: CPP @@ -76,8 +76,8 @@ Test-Suite TestCHInTCP Build-Depends: base >= 4.4 && < 5, distributed-process-tests, network >= 2.3 && < 2.7, - network-transport >= 0.4.1.0 && < 0.5, - network-transport-tcp >= 0.5 && < 0.6, + network-transport >= 0.4.1.0 && < 0.6, + network-transport-tcp >= 0.5 && < 0.7, test-framework >= 0.6 && < 0.9 else Buildable: False @@ -93,7 +93,7 @@ Test-Suite TestClosure Build-Depends: base >= 4.4 && < 5, distributed-process-tests, network >= 2.3 && < 2.7, - network-transport >= 0.4.1.0 && < 0.5, + network-transport >= 0.4.1.0 && < 0.6, network-transport-inmemory >= 0.5, test-framework >= 0.6 && < 0.9 Extensions: CPP @@ -107,7 +107,7 @@ Test-Suite TestStats Build-Depends: base >= 4.4 && < 5, distributed-process-tests, network >= 2.3 && < 2.7, - network-transport >= 0.4.1.0 && < 0.5, + network-transport >= 0.4.1.0 && < 0.6, network-transport-inmemory >= 0.5, test-framework >= 0.6 && < 0.9 Extensions: CPP @@ -122,7 +122,7 @@ Test-Suite TestMx Build-Depends: base >= 4.4 && < 5, distributed-process-tests, network >= 2.3 && < 2.7, - network-transport >= 0.4.1.0 && < 0.5, + network-transport >= 0.4.1.0 && < 0.6, network-transport-inmemory >= 0.5, test-framework >= 0.6 && < 0.9 Extensions: CPP @@ -136,7 +136,7 @@ Test-Suite TestTracing Build-Depends: base >= 4.4 && < 5, distributed-process-tests, network >= 2.3 && < 2.7, - network-transport >= 0.4.1.0 && < 0.5, + network-transport >= 0.4.1.0 && < 0.6, network-transport-inmemory >= 0.5, test-framework >= 0.6 && < 0.9 Extensions: CPP diff --git a/distributed-process.cabal b/distributed-process.cabal index 9ef6296a..96ec9162 100644 --- a/distributed-process.cabal +++ b/distributed-process.cabal @@ -44,7 +44,7 @@ Library Build-Depends: base >= 4.6 && < 5, binary >= 0.6.3 && < 0.9, hashable >= 1.2.0.5 && < 1.3, - network-transport >= 0.4.1.0 && < 0.5, + network-transport >= 0.4.1.0 && < 0.6, stm >= 2.4 && < 2.5, transformers >= 0.2 && < 0.6, mtl >= 2.0 && < 2.4, @@ -53,7 +53,7 @@ Library random >= 1.0 && < 1.2, distributed-static >= 0.2 && < 0.4, rank1dynamic >= 0.1 && < 0.4, - syb >= 0.3 && < 0.7, + syb >= 0.3 && < 0.8, exceptions >= 0.5, containers >= 0.5 && < 0.6, deepseq >= 1.3.0.1 && < 1.6