summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/libxml-sax_text-dep.patch
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-08 17:24:31 +0000
committerGravatar Joey Hess <joey@kitenet.net>2014-02-08 13:26:54 -0400
commitd545b092ce505519e53618aff9c22db29445c7a0 (patch)
tree27f4856bc2ea4faef01140ec60857ab1fea7682c /standalone/android/haskell-patches/libxml-sax_text-dep.patch
parent9e1a5de3245c4c95e67c1c6483e587f6d9da81e1 (diff)
refresh patches
Diffstat (limited to 'standalone/android/haskell-patches/libxml-sax_text-dep.patch')
-rw-r--r--standalone/android/haskell-patches/libxml-sax_text-dep.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/libxml-sax_text-dep.patch b/standalone/android/haskell-patches/libxml-sax_text-dep.patch
new file mode 100644
index 000000000..c9b4fdb78
--- /dev/null
+++ b/standalone/android/haskell-patches/libxml-sax_text-dep.patch
@@ -0,0 +1,25 @@
+From d4c861dbdee34cb2434085b9ece62c416d4cad79 Mon Sep 17 00:00:00 2001
+From: androidbuilder <androidbuilder@example.com>
+Date: Sat, 8 Feb 2014 17:19:37 +0000
+Subject: [PATCH] text dependency
+
+---
+ libxml-sax.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libxml-sax.cabal b/libxml-sax.cabal
+index 60dba81..d6883bd 100644
+--- a/libxml-sax.cabal
++++ b/libxml-sax.cabal
+@@ -35,7 +35,7 @@ library
+ build-depends:
+ base >= 4.1 && < 5.0
+ , bytestring >= 0.9
+- , text >= 0.7 && < 0.12
++ , text
+ , xml-types >= 0.3 && < 0.4
+
+ exposed-modules:
+--
+1.7.10.4
+