blob: 7987818372d844b9ef53d839ba375214ef4db3f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
|