From 0a18d841a4eb7fba7fe2b0ed281e0f091c1d9269 Mon Sep 17 00:00:00 2001 From: John Millikin Date: Fri, 26 Oct 2012 19:09:05 -0700 Subject: [PATCH] Remove maximum dependency versions for bytestring and network. --- network-protocol-xmpp.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network-protocol-xmpp.cabal b/network-protocol-xmpp.cabal index c0b098c..47f312d 100644 --- a/network-protocol-xmpp.cabal +++ b/network-protocol-xmpp.cabal @@ -29,13 +29,13 @@ library build-depends: base >= 4.0 && < 5.0 - , bytestring >= 0.9 && < 0.10 + , bytestring >= 0.9 , gnuidn >= 0.2 && < 0.3 , gnutls >= 0.1 && < 0.3 , gsasl >= 0.3 && < 0.4 , libxml-sax >= 0.7 && < 0.8 , monads-tf >= 0.1 && < 0.2 - , network >= 2.2 && < 2.4 + , network >= 2.2 , text >= 0.10 && < 0.12 , transformers >= 0.2 , xml-types >= 0.3 && < 0.4 -- 2.45.2