From f2c1455a2755e1275983dc154321fc0a5c0d7b17 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:45:15 +0100 Subject: [PATCH] fix network-transport at 0.5.4 --- package.yaml | 2 +- simplexmq.cabal | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.yaml b/package.yaml index ac686a874..f6999668c 100644 --- a/package.yaml +++ b/package.yaml @@ -49,7 +49,7 @@ dependencies: - memory == 0.15.* - mtl == 2.2.* - network >= 3.1.2.7 && < 3.2 - - network-transport == 0.5.* + - network-transport == 0.5.4 - optparse-applicative >= 0.15 && < 0.17 - QuickCheck == 2.14.* - process == 1.6.* diff --git a/simplexmq.cabal b/simplexmq.cabal index c185f10cc..be71cadb4 100644 --- a/simplexmq.cabal +++ b/simplexmq.cabal @@ -125,7 +125,7 @@ library , memory ==0.15.* , mtl ==2.2.* , network >=3.1.2.7 && <3.2 - , network-transport ==0.5.* + , network-transport ==0.5.4 , optparse-applicative >=0.15 && <0.17 , process ==1.6.* , random >=1.1 && <1.3 @@ -186,7 +186,7 @@ executable ntf-server , memory ==0.15.* , mtl ==2.2.* , network >=3.1.2.7 && <3.2 - , network-transport ==0.5.* + , network-transport ==0.5.4 , optparse-applicative >=0.15 && <0.17 , process ==1.6.* , random >=1.1 && <1.3 @@ -248,7 +248,7 @@ executable smp-agent , memory ==0.15.* , mtl ==2.2.* , network >=3.1.2.7 && <3.2 - , network-transport ==0.5.* + , network-transport ==0.5.4 , optparse-applicative >=0.15 && <0.17 , process ==1.6.* , random >=1.1 && <1.3 @@ -310,7 +310,7 @@ executable smp-server , memory ==0.15.* , mtl ==2.2.* , network >=3.1.2.7 && <3.2 - , network-transport ==0.5.* + , network-transport ==0.5.4 , optparse-applicative >=0.15 && <0.17 , process ==1.6.* , random >=1.1 && <1.3 @@ -391,7 +391,7 @@ test-suite smp-server-test , memory ==0.15.* , mtl ==2.2.* , network >=3.1.2.7 && <3.2 - , network-transport ==0.5.* + , network-transport ==0.5.4 , optparse-applicative >=0.15 && <0.17 , process ==1.6.* , random >=1.1 && <1.3