core: limit process package version to 1.6.17

This commit is contained in:
Evgeny Poberezkin 2023-12-21 10:53:54 +00:00
parent 951245d33f
commit dc8d10d068
2 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@ dependencies:
- network >= 3.1.2.7 && < 3.2 - network >= 3.1.2.7 && < 3.2
- network-transport == 0.5.6 - network-transport == 0.5.6
- optparse-applicative >= 0.15 && < 0.17 - optparse-applicative >= 0.15 && < 0.17
- process == 1.6.* - process >= 1.6 && < 1.6.18
- random >= 1.1 && < 1.3 - random >= 1.1 && < 1.3
- record-hasfield == 1.0.* - record-hasfield == 1.0.*
- simple-logger == 0.1.* - simple-logger == 0.1.*

View File

@ -190,7 +190,7 @@ library
, network >=3.1.2.7 && <3.2 , network >=3.1.2.7 && <3.2
, network-transport ==0.5.6 , network-transport ==0.5.6
, optparse-applicative >=0.15 && <0.17 , optparse-applicative >=0.15 && <0.17
, process ==1.6.* , process >=1.6 && <1.6.18
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, record-hasfield ==1.0.* , record-hasfield ==1.0.*
, simple-logger ==0.1.* , simple-logger ==0.1.*
@ -249,7 +249,7 @@ executable simplex-bot
, network >=3.1.2.7 && <3.2 , network >=3.1.2.7 && <3.2
, network-transport ==0.5.6 , network-transport ==0.5.6
, optparse-applicative >=0.15 && <0.17 , optparse-applicative >=0.15 && <0.17
, process ==1.6.* , process >=1.6 && <1.6.18
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, record-hasfield ==1.0.* , record-hasfield ==1.0.*
, simple-logger ==0.1.* , simple-logger ==0.1.*
@ -309,7 +309,7 @@ executable simplex-bot-advanced
, network >=3.1.2.7 && <3.2 , network >=3.1.2.7 && <3.2
, network-transport ==0.5.6 , network-transport ==0.5.6
, optparse-applicative >=0.15 && <0.17 , optparse-applicative >=0.15 && <0.17
, process ==1.6.* , process >=1.6 && <1.6.18
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, record-hasfield ==1.0.* , record-hasfield ==1.0.*
, simple-logger ==0.1.* , simple-logger ==0.1.*
@ -371,7 +371,7 @@ executable simplex-broadcast-bot
, network >=3.1.2.7 && <3.2 , network >=3.1.2.7 && <3.2
, network-transport ==0.5.6 , network-transport ==0.5.6
, optparse-applicative >=0.15 && <0.17 , optparse-applicative >=0.15 && <0.17
, process ==1.6.* , process >=1.6 && <1.6.18
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, record-hasfield ==1.0.* , record-hasfield ==1.0.*
, simple-logger ==0.1.* , simple-logger ==0.1.*
@ -432,7 +432,7 @@ executable simplex-chat
, network ==3.1.* , network ==3.1.*
, network-transport ==0.5.6 , network-transport ==0.5.6
, optparse-applicative >=0.15 && <0.17 , optparse-applicative >=0.15 && <0.17
, process ==1.6.* , process >=1.6 && <1.6.18
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, record-hasfield ==1.0.* , record-hasfield ==1.0.*
, simple-logger ==0.1.* , simple-logger ==0.1.*
@ -498,7 +498,7 @@ executable simplex-directory-service
, network >=3.1.2.7 && <3.2 , network >=3.1.2.7 && <3.2
, network-transport ==0.5.6 , network-transport ==0.5.6
, optparse-applicative >=0.15 && <0.17 , optparse-applicative >=0.15 && <0.17
, process ==1.6.* , process >=1.6 && <1.6.18
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, record-hasfield ==1.0.* , record-hasfield ==1.0.*
, simple-logger ==0.1.* , simple-logger ==0.1.*
@ -591,7 +591,7 @@ test-suite simplex-chat-test
, network ==3.1.* , network ==3.1.*
, network-transport ==0.5.6 , network-transport ==0.5.6
, optparse-applicative >=0.15 && <0.17 , optparse-applicative >=0.15 && <0.17
, process ==1.6.* , process >=1.6 && <1.6.18
, random >=1.1 && <1.3 , random >=1.1 && <1.3
, record-hasfield ==1.0.* , record-hasfield ==1.0.*
, silently ==1.2.* , silently ==1.2.*