From 614b724602f4ace39a72c7d592e5cb051935e7f7 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:17:37 +0100 Subject: [PATCH] core: fix version of unix package to 2.8.1.1 --- package.yaml | 1 + simplex-chat.cabal | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/package.yaml b/package.yaml index fc770f4963..749e9a2cef 100644 --- a/package.yaml +++ b/package.yaml @@ -46,6 +46,7 @@ dependencies: - terminal == 0.2.* - text == 2.0.* - time == 1.9.* + - unix == 2.8.1.1 - unliftio == 0.2.* - unliftio-core == 0.2.* - zip == 2.0.* diff --git a/simplex-chat.cabal b/simplex-chat.cabal index 1ab41c5bba..38aab884e6 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -176,6 +176,7 @@ library , terminal ==0.2.* , text ==2.0.* , time ==1.9.* + , unix ==2.8.1.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -225,6 +226,7 @@ executable simplex-bot , terminal ==0.2.* , text ==2.0.* , time ==1.9.* + , unix ==2.8.1.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -274,6 +276,7 @@ executable simplex-bot-advanced , terminal ==0.2.* , text ==2.0.* , time ==1.9.* + , unix ==2.8.1.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -325,6 +328,7 @@ executable simplex-broadcast-bot , terminal ==0.2.* , text ==2.0.* , time ==1.9.* + , unix ==2.8.1.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -375,6 +379,7 @@ executable simplex-chat , terminal ==0.2.* , text ==2.0.* , time ==1.9.* + , unix ==2.8.1.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , websockets ==0.12.* @@ -429,6 +434,7 @@ executable simplex-directory-service , terminal ==0.2.* , text ==2.0.* , time ==1.9.* + , unix ==2.8.1.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -505,6 +511,7 @@ test-suite simplex-chat-test , terminal ==0.2.* , text ==2.0.* , time ==1.9.* + , unix ==2.8.1.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.*