raise lower bound on mtl to a real version (#3499)
* raise lower bound on mtl to a real version * simplexmq --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
parent
e1ff7c88d7
commit
f94c0311c1
@ -9,7 +9,7 @@ constraints: zip +disable-bzip2 +disable-zstd
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/simplex-chat/simplexmq.git
|
||||
tag: 90a8fc91d35c578c3b52ad296a6f1df715da2278
|
||||
tag: 117168ccce93ef5ac478c02e3f02a018fa8a2200
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
|
@ -33,7 +33,7 @@ dependencies:
|
||||
- http-types == 0.12.*
|
||||
- http2 >= 4.2.2 && < 4.3
|
||||
- memory >= 0.15 && < 0.19
|
||||
- mtl >= 2.2 && < 3
|
||||
- mtl >= 2.3.1 && < 3
|
||||
- network >= 3.1.2.7 && < 3.2
|
||||
- network-transport >= 0.5.6 && < 0.6
|
||||
- optparse-applicative >= 0.15 && < 0.17
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"https://github.com/simplex-chat/simplexmq.git"."90a8fc91d35c578c3b52ad296a6f1df715da2278" = "1yjixh6b2s1law3kh885fsbr1inv1r7iy4g9g2bn6j4ygdn8vlzy";
|
||||
"https://github.com/simplex-chat/simplexmq.git"."117168ccce93ef5ac478c02e3f02a018fa8a2200" = "1091c4b8qjp9v29z862b7clda90w3kb4v2aqp5b2jh6yprlga98w";
|
||||
"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";
|
||||
|
@ -1,6 +1,6 @@
|
||||
cabal-version: 1.12
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
||||
-- This file has been generated from package.yaml by hpack version 0.35.5.
|
||||
--
|
||||
-- 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.2 && <3
|
||||
, mtl >=2.3.1 && <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.2 && <3
|
||||
, mtl >=2.3.1 && <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.2 && <3
|
||||
, mtl >=2.3.1 && <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.2 && <3
|
||||
, mtl >=2.3.1 && <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.2 && <3
|
||||
, mtl >=2.3.1 && <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.2 && <3
|
||||
, mtl >=2.3.1 && <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.2 && <3
|
||||
, mtl >=2.3.1 && <3
|
||||
, network ==3.1.*
|
||||
, network-transport >=0.5.6 && <0.6
|
||||
, optparse-applicative >=0.15 && <0.17
|
||||
|
@ -49,7 +49,7 @@ extra-deps:
|
||||
# - simplexmq-1.0.0@sha256:34b2004728ae396e3ae449cd090ba7410781e2b3cefc59259915f4ca5daa9ea8,8561
|
||||
# - ../simplexmq
|
||||
- github: simplex-chat/simplexmq
|
||||
commit: 90a8fc91d35c578c3b52ad296a6f1df715da2278
|
||||
commit: 117168ccce93ef5ac478c02e3f02a018fa8a2200
|
||||
- github: kazu-yamamoto/http2
|
||||
commit: f5525b755ff2418e6e6ecc69e877363b0d0bcaeb
|
||||
# - ../direct-sqlcipher
|
||||
|
Loading…
Reference in New Issue
Block a user