network-protocol-xmpp patch no longer needed

This commit is contained in:
Joey Hess 2014-05-25 21:59:13 -04:00
parent 1f05bcea98
commit ddb1f25209
2 changed files with 0 additions and 26 deletions

View file

@ -1,25 +0,0 @@
From 8f124aad6d04abba5729af21ba3b50944f165d4b Mon Sep 17 00:00:00 2001
From: androidbuilder <androidbuilder@example.com>
Date: Sat, 8 Feb 2014 17:20:41 +0000
Subject: [PATCH] text dependency
---
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 2500075..d709a15 100644
--- a/network-protocol-xmpp.cabal
+++ b/network-protocol-xmpp.cabal
@@ -36,7 +36,7 @@ library
, libxml-sax >= 0.7 && < 0.8
, monads-tf >= 0.1 && < 0.2
, network >= 2.2
- , text >= 0.10 && < 0.12
+ , text
, transformers >= 0.2
, xml-types >= 0.3 && < 0.4
--
1.7.10.4

View file

@ -119,7 +119,6 @@ install_pkgs () {
patched uuid
patched dns
patched gnutls
patched network-protocol-xmpp
patched unbounded-delays
cd ..