From 1f0c9c9e93e6e3a24a9edf4e3758021835741470 Mon Sep 17 00:00:00 2001 From: John Millikin Date: Sun, 28 Mar 2010 21:39:30 +0000 Subject: [PATCH] Add more version requirements --- 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 3a71d47..1f472c1 100644 --- a/network-protocol-xmpp.cabal +++ b/network-protocol-xmpp.cabal @@ -21,12 +21,12 @@ library build-depends: base >=3 && < 5 - , text + , text >= 0.7 && < 0.8 , stringprep >= 0.1.2 && < 0.2 , ranges >= 0.2.2 && < 0.3 - , hxt - , hsgnutls - , bytestring + , hxt >= 8.5 && < 8.6 + , hsgnutls >= 0.2 && < 0.3 + , bytestring >= 0.9 && < 1.0 , libxml-sax >= 0.3 && < 0.4 , gsasl >= 0.2 && < 0.3 -- 2.45.2