Add version specifications for some unstable dependencies.
1 files changed, 4 insertions(+), 4 deletions(-) M network-protocol-xmpp.cabal
M network-protocol-xmpp.cabal => network-protocol-xmpp.cabal +4 -4
@@ 22,13 22,13 @@ library build-depends: base >=3 && < 5 , text - , stringprep - , ranges + , stringprep >= 0.1.2 && < 0.2 + , ranges >= 0.2.2 && < 0.3 , hxt , hsgnutls , bytestring - , libxml-sax - , gsasl + , libxml-sax >= 0.3 && < 0.4 + , gsasl >= 0.2 && < 0.3 exposed-modules: Network.Protocol.XMPP