From f22ab0c38e5f11f40bf22d3023b00383d3db72bc Mon Sep 17 00:00:00 2001 From: John Millikin Date: Fri, 2 Apr 2010 22:19:47 +0000 Subject: [PATCH] Fix bytestring dependency maximum version. --- 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 be28eb2..006908b 100644 --- a/network-protocol-xmpp.cabal +++ b/network-protocol-xmpp.cabal @@ -26,7 +26,7 @@ library , ranges >= 0.2.2 && < 0.3 , hxt >= 8.5 && < 8.6 , hsgnutls >= 0.2 && < 0.3 - , bytestring >= 0.9 && < 1.0 + , bytestring >= 0.9 && < 0.10 , libxml-sax >= 0.3 && < 0.4 , gsasl >= 0.3 && < 0.4 , network >= 2.2 && < 2.3 -- 2.38.5