From a3bdf9405fe10e4b23f9bd5890c6d1ee1493d222 Mon Sep 17 00:00:00 2001 From: John Millikin Date: Fri, 26 Oct 2012 19:09:32 -0700 Subject: [PATCH] Require haskell-gnutls >= 0.1.4, because earlier versions crash when credentials are used as they are in XMPP/Client/Handle.hs . --- network-protocol-xmpp.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-protocol-xmpp.cabal b/network-protocol-xmpp.cabal index 47f312d..53e5e46 100644 --- a/network-protocol-xmpp.cabal +++ b/network-protocol-xmpp.cabal @@ -31,7 +31,7 @@ library base >= 4.0 && < 5.0 , bytestring >= 0.9 , gnuidn >= 0.2 && < 0.3 - , gnutls >= 0.1 && < 0.3 + , gnutls >= 0.1.4 && < 0.3 , gsasl >= 0.3 && < 0.4 , libxml-sax >= 0.7 && < 0.8 , monads-tf >= 0.1 && < 0.2 -- 2.45.2