diff --git a/cabal.project b/cabal.project index 5a607b257d..9c06c2d169 100644 --- a/cabal.project +++ b/cabal.project @@ -2,7 +2,7 @@ packages: . -- packages: . ../simplexmq -- packages: . ../simplexmq ../direct-sqlcipher ../sqlcipher-simple -index-state: 2023-12-12T00:00:00Z +index-state: 2024-06-01T00:00:00Z package cryptostore flags: +use_crypton @@ -12,7 +12,7 @@ constraints: zip +disable-bzip2 +disable-zstd source-repository-package type: git location: https://github.com/simplex-chat/simplexmq.git - tag: 8a3b72458f917e9867f4e3640dda0fa1827ff6cf + tag: e2d0d975e8924941e3666c34b026d61532ffd75b source-repository-package type: git diff --git a/package.yaml b/package.yaml index 15f9c5bfa1..3e2392d858 100644 --- a/package.yaml +++ b/package.yaml @@ -45,7 +45,7 @@ dependencies: - stm == 2.5.* - terminal == 0.2.* - time == 1.12.* - - tls >= 1.7.0 && < 1.8 + - tls >= 2.0.6 && < 2.1 - unliftio == 0.2.* - unliftio-core == 0.2.* - zip == 2.0.* diff --git a/simplex-chat.cabal b/simplex-chat.cabal index f8ab75568b..6b4429cb28 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -225,7 +225,7 @@ library , stm ==2.5.* , terminal ==0.2.* , time ==1.12.* - , tls >=1.7.0 && <1.8 + , tls >=2.0.6 && <2.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -288,7 +288,7 @@ executable simplex-bot , stm ==2.5.* , terminal ==0.2.* , time ==1.12.* - , tls >=1.7.0 && <1.8 + , tls >=2.0.6 && <2.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -351,7 +351,7 @@ executable simplex-bot-advanced , stm ==2.5.* , terminal ==0.2.* , time ==1.12.* - , tls >=1.7.0 && <1.8 + , tls >=2.0.6 && <2.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -417,7 +417,7 @@ executable simplex-broadcast-bot , stm ==2.5.* , terminal ==0.2.* , time ==1.12.* - , tls >=1.7.0 && <1.8 + , tls >=2.0.6 && <2.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -481,7 +481,7 @@ executable simplex-chat , stm ==2.5.* , terminal ==0.2.* , time ==1.12.* - , tls >=1.7.0 && <1.8 + , tls >=2.0.6 && <2.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , websockets ==0.12.* @@ -551,7 +551,7 @@ executable simplex-directory-service , stm ==2.5.* , terminal ==0.2.* , time ==1.12.* - , tls >=1.7.0 && <1.8 + , tls >=2.0.6 && <2.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.* @@ -650,7 +650,7 @@ test-suite simplex-chat-test , stm ==2.5.* , terminal ==0.2.* , time ==1.12.* - , tls >=1.7.0 && <1.8 + , tls >=2.0.6 && <2.1 , unliftio ==0.2.* , unliftio-core ==0.2.* , zip ==2.0.*