summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-25 21:57:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-25 21:57:53 -0400
commit470ff93d5107d211395045c9832b6bcc41b97cee (patch)
tree36296a2ef1a629d1fe6e1e3e2ccf802037a53db0 /standalone
parent120b72bec103024d0f1b0103b23ff6b9f56288a7 (diff)
libxml-sax patch no longer needed
Diffstat (limited to 'standalone')
-rw-r--r--standalone/android/haskell-patches/libxml-sax_text-dep.patch25
-rwxr-xr-xstandalone/android/install-haskell-packages1
2 files changed, 0 insertions, 26 deletions
diff --git a/standalone/android/haskell-patches/libxml-sax_text-dep.patch b/standalone/android/haskell-patches/libxml-sax_text-dep.patch
deleted file mode 100644
index c9b4fdb78..000000000
--- a/standalone/android/haskell-patches/libxml-sax_text-dep.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages
index 8ef16c060..72d620304 100755
--- a/standalone/android/install-haskell-packages
+++ b/standalone/android/install-haskell-packages
@@ -119,7 +119,6 @@ install_pkgs () {
patched uuid
patched dns
patched gnutls
- patched libxml-sax
patched network-protocol-xmpp
patched unbounded-delays