From ac96ce5bcd8719c1e3ab1abdad47f4edbede1137 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 22 Jan 2024 11:46:20 -0500 Subject: [PATCH] Allow new gnutls and gsasl --- network-protocol-xmpp.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network-protocol-xmpp.cabal b/network-protocol-xmpp.cabal index 4bfe39d..d37317c 100644 --- a/network-protocol-xmpp.cabal +++ b/network-protocol-xmpp.cabal @@ -1,5 +1,5 @@ name: network-protocol-xmpp -version: 0.5.0 +version: 0.5.1 license: GPL-3 license-file: COPYING author: John Millikin , Stephan Maka @@ -21,7 +21,7 @@ source-repository head source-repository this type: git location: https://git.sr.ht/~singpolyma/network-protocol-xmpp - tag: 0.5.0 + tag: 0.5.1 library default-language: Haskell2010 @@ -32,8 +32,8 @@ library base >= 4.0 && < 5.0 , bytestring >= 0.9 , gnuidn >= 0.2 && < 0.3 - , gnutls >= 0.1.4 && < 0.3 - , gsasl >= 0.3 && < 0.4 + , gnutls >= 0.1.4 && < 0.5 + , gsasl >= 0.3 && < 0.6 , libxml-sax >= 0.7 && < 0.8 , network >= 3.0 && < 4.0 , network-simple >= 0.4 && < 0.5 -- 2.45.2