From 520314c577eb8c455021299f860a669036b2a339 Mon Sep 17 00:00:00 2001 From: John Millikin Date: Sun, 13 May 2012 14:32:50 -0700 Subject: [PATCH] Minor cleanups. Remove maximum version of "transformers" dependency. --- network-protocol-xmpp.cabal | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/network-protocol-xmpp.cabal b/network-protocol-xmpp.cabal index 0ca4539..75d8224 100644 --- a/network-protocol-xmpp.cabal +++ b/network-protocol-xmpp.cabal @@ -1,5 +1,5 @@ name: network-protocol-xmpp -version: 0.4.1 +version: 0.4.2 license: GPL-3 license-file: license.txt author: John Millikin , Stephan Maka @@ -21,7 +21,7 @@ source-repository head source-repository this type: bazaar location: https://john-millikin.com/branches/network-protocol-xmpp/0.4/ - tag: network-protocol-xmpp_0.4.1 + tag: network-protocol-xmpp_0.4.2 library ghc-options: -Wall -O2 @@ -29,15 +29,15 @@ library build-depends: base >= 4.0 && < 5.0 - , text >= 0.10 && < 0.12 + , bytestring >= 0.9 && < 0.10 , gnuidn >= 0.2 && < 0.3 , gnutls >= 0.1 && < 0.3 - , bytestring >= 0.9 && < 0.10 , gsasl >= 0.3 && < 0.4 - , network >= 2.2 && < 2.4 - , transformers >= 0.2 && < 0.3 - , monads-tf >= 0.1 && < 0.2 , libxml-sax >= 0.7 && < 0.8 + , monads-tf >= 0.1 && < 0.2 + , network >= 2.2 && < 2.4 + , text >= 0.10 && < 0.12 + , transformers >= 0.2 , xml-types >= 0.3 && < 0.4 exposed-modules: -- 2.38.5