diff --git a/cabal.project b/cabal.project index a8bb4c2f85..026f963f7a 100644 --- a/cabal.project +++ b/cabal.project @@ -9,7 +9,7 @@ constraints: zip +disable-bzip2 +disable-zstd source-repository-package type: git location: https://github.com/simplex-chat/simplexmq.git - tag: 117168ccce93ef5ac478c02e3f02a018fa8a2200 + tag: 90a8fc91d35c578c3b52ad296a6f1df715da2278 source-repository-package type: git diff --git a/package.yaml b/package.yaml index e77d43546f..7c828ed7d5 100644 --- a/package.yaml +++ b/package.yaml @@ -33,7 +33,7 @@ dependencies: - http-types == 0.12.* - http2 >= 4.2.2 && < 4.3 - memory >= 0.15 && < 0.19 - - mtl >= 2.3.1 && < 3 + - mtl >= 2.2 && < 3 - network >= 3.1.2.7 && < 3.2 - network-transport >= 0.5.6 && < 0.6 - optparse-applicative >= 0.15 && < 0.17 diff --git a/scripts/nix/sha256map.nix b/scripts/nix/sha256map.nix index 7e39845fea..15a4b04ec1 100644 --- a/scripts/nix/sha256map.nix +++ b/scripts/nix/sha256map.nix @@ -1,5 +1,5 @@ { - "https://github.com/simplex-chat/simplexmq.git"."117168ccce93ef5ac478c02e3f02a018fa8a2200" = "1091c4b8qjp9v29z862b7clda90w3kb4v2aqp5b2jh6yprlga98w"; + "https://github.com/simplex-chat/simplexmq.git"."90a8fc91d35c578c3b52ad296a6f1df715da2278" = "1yjixh6b2s1law3kh885fsbr1inv1r7iy4g9g2bn6j4ygdn8vlzy"; "https://github.com/simplex-chat/hs-socks.git"."a30cc7a79a08d8108316094f8f2f82a0c5e1ac51" = "0yasvnr7g91k76mjkamvzab2kvlb1g5pspjyjn2fr6v83swjhj38"; "https://github.com/kazu-yamamoto/http2.git"."f5525b755ff2418e6e6ecc69e877363b0d0bcaeb" = "0fyx0047gvhm99ilp212mmz37j84cwrfnpmssib5dw363fyb88b6"; "https://github.com/simplex-chat/direct-sqlcipher.git"."f814ee68b16a9447fbb467ccc8f29bdd3546bfd9" = "1ql13f4kfwkbaq7nygkxgw84213i0zm7c1a8hwvramayxl38dq5d"; diff --git a/simplex-chat.cabal b/simplex-chat.cabal index 3c080e4b53..6f7e61eda8 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.5. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -185,7 +185,7 @@ library , http-types ==0.12.* , http2 >=4.2.2 && <4.3 , memory >=0.15 && <0.19 - , mtl >=2.3.1 && <3 + , mtl >=2.2 && <3 , network >=3.1.2.7 && <3.2 , network-transport >=0.5.6 && <0.6 , optparse-applicative >=0.15 && <0.17 @@ -237,7 +237,7 @@ executable simplex-bot , http-types ==0.12.* , http2 >=4.2.2 && <4.3 , memory >=0.15 && <0.19 - , mtl >=2.3.1 && <3 + , mtl >=2.2 && <3 , network >=3.1.2.7 && <3.2 , network-transport >=0.5.6 && <0.6 , optparse-applicative >=0.15 && <0.17 @@ -290,7 +290,7 @@ executable simplex-bot-advanced , http-types ==0.12.* , http2 >=4.2.2 && <4.3 , memory >=0.15 && <0.19 - , mtl >=2.3.1 && <3 + , mtl >=2.2 && <3 , network >=3.1.2.7 && <3.2 , network-transport >=0.5.6 && <0.6 , optparse-applicative >=0.15 && <0.17 @@ -345,7 +345,7 @@ executable simplex-broadcast-bot , http-types ==0.12.* , http2 >=4.2.2 && <4.3 , memory >=0.15 && <0.19 - , mtl >=2.3.1 && <3 + , mtl >=2.2 && <3 , network >=3.1.2.7 && <3.2 , network-transport >=0.5.6 && <0.6 , optparse-applicative >=0.15 && <0.17 @@ -399,7 +399,7 @@ executable simplex-chat , http-types ==0.12.* , http2 >=4.2.2 && <4.3 , memory >=0.15 && <0.19 - , mtl >=2.3.1 && <3 + , mtl >=2.2 && <3 , network ==3.1.* , network-transport >=0.5.6 && <0.6 , optparse-applicative >=0.15 && <0.17 @@ -457,7 +457,7 @@ executable simplex-directory-service , http-types ==0.12.* , http2 >=4.2.2 && <4.3 , memory >=0.15 && <0.19 - , mtl >=2.3.1 && <3 + , mtl >=2.2 && <3 , network >=3.1.2.7 && <3.2 , network-transport >=0.5.6 && <0.6 , optparse-applicative >=0.15 && <0.17 @@ -541,7 +541,7 @@ test-suite simplex-chat-test , http-types ==0.12.* , http2 >=4.2.2 && <4.3 , memory >=0.15 && <0.19 - , mtl >=2.3.1 && <3 + , mtl >=2.2 && <3 , network ==3.1.* , network-transport >=0.5.6 && <0.6 , optparse-applicative >=0.15 && <0.17 diff --git a/stack.yaml b/stack.yaml index 69f8e21213..2866c9bfa0 100644 --- a/stack.yaml +++ b/stack.yaml @@ -49,7 +49,7 @@ extra-deps: # - simplexmq-1.0.0@sha256:34b2004728ae396e3ae449cd090ba7410781e2b3cefc59259915f4ca5daa9ea8,8561 # - ../simplexmq - github: simplex-chat/simplexmq - commit: 117168ccce93ef5ac478c02e3f02a018fa8a2200 + commit: 90a8fc91d35c578c3b52ad296a6f1df715da2278 - github: kazu-yamamoto/http2 commit: f5525b755ff2418e6e6ecc69e877363b0d0bcaeb # - ../direct-sqlcipher