From 6444a130230a402a6046ae122a9b669de587e69f Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 15 Dec 2021 10:47:47 -0500 Subject: [PATCH] Loosen socks and base54-bytestring --- jingle.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jingle.cabal b/jingle.cabal index 949e350..3ec01b1 100644 --- a/jingle.cabal +++ b/jingle.cabal @@ -27,7 +27,7 @@ library Util build-depends: base == 4.*, - base64-bytestring >=1.0 && <1.1, + base64-bytestring >=1.0 && <2.0, basic-prelude >=0.7 && <0.8, bytestring >=0.10 && <0.11, cache >=0.1 && <0.2, @@ -39,6 +39,6 @@ library multihash-cryptonite >=0.1 && <0.2, network >=2.6 && <2.7, network-protocol-xmpp >=0.4 && <0.5, - socks >=0.5 && <0.6, + socks >=0.5 && <0.7, unexceptionalio >=0.5 && <0.6, xml-types >=0.3 && <0.4 -- 2.34.2