From dc8d10d068f729af4eeb4cb096de8bb5be889227 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:53:54 +0000 Subject: [PATCH] core: limit process package version to 1.6.17 --- package.yaml | 2 +- simplex-chat.cabal | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.yaml b/package.yaml index fa82f5a04..4e117c706 100644 --- a/package.yaml +++ b/package.yaml @@ -36,7 +36,7 @@ dependencies: - network >= 3.1.2.7 && < 3.2 - network-transport == 0.5.6 - optparse-applicative >= 0.15 && < 0.17 - - process == 1.6.* + - process >= 1.6 && < 1.6.18 - random >= 1.1 && < 1.3 - record-hasfield == 1.0.* - simple-logger == 0.1.* diff --git a/simplex-chat.cabal b/simplex-chat.cabal index f11660c57..50c1a4096 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -190,7 +190,7 @@ library , network >=3.1.2.7 && <3.2 , network-transport ==0.5.6 , optparse-applicative >=0.15 && <0.17 - , process ==1.6.* + , process >=1.6 && <1.6.18 , random >=1.1 && <1.3 , record-hasfield ==1.0.* , simple-logger ==0.1.* @@ -249,7 +249,7 @@ executable simplex-bot , network >=3.1.2.7 && <3.2 , network-transport ==0.5.6 , optparse-applicative >=0.15 && <0.17 - , process ==1.6.* + , process >=1.6 && <1.6.18 , random >=1.1 && <1.3 , record-hasfield ==1.0.* , simple-logger ==0.1.* @@ -309,7 +309,7 @@ executable simplex-bot-advanced , network >=3.1.2.7 && <3.2 , network-transport ==0.5.6 , optparse-applicative >=0.15 && <0.17 - , process ==1.6.* + , process >=1.6 && <1.6.18 , random >=1.1 && <1.3 , record-hasfield ==1.0.* , simple-logger ==0.1.* @@ -371,7 +371,7 @@ executable simplex-broadcast-bot , network >=3.1.2.7 && <3.2 , network-transport ==0.5.6 , optparse-applicative >=0.15 && <0.17 - , process ==1.6.* + , process >=1.6 && <1.6.18 , random >=1.1 && <1.3 , record-hasfield ==1.0.* , simple-logger ==0.1.* @@ -432,7 +432,7 @@ executable simplex-chat , network ==3.1.* , network-transport ==0.5.6 , optparse-applicative >=0.15 && <0.17 - , process ==1.6.* + , process >=1.6 && <1.6.18 , random >=1.1 && <1.3 , record-hasfield ==1.0.* , simple-logger ==0.1.* @@ -498,7 +498,7 @@ executable simplex-directory-service , network >=3.1.2.7 && <3.2 , network-transport ==0.5.6 , optparse-applicative >=0.15 && <0.17 - , process ==1.6.* + , process >=1.6 && <1.6.18 , random >=1.1 && <1.3 , record-hasfield ==1.0.* , simple-logger ==0.1.* @@ -591,7 +591,7 @@ test-suite simplex-chat-test , network ==3.1.* , network-transport ==0.5.6 , optparse-applicative >=0.15 && <0.17 - , process ==1.6.* + , process >=1.6 && <1.6.18 , random >=1.1 && <1.3 , record-hasfield ==1.0.* , silently ==1.2.*