From f2a7f1afc145b39fcc9abc6f0c88587c81b2cd8f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Mar 2014 12:25:32 -0400 Subject: got tasty-rerun working on android --- .../unbounded-delays_crossbuild.patch | 25 ++++++++++++++++++++++ standalone/android/install-haskell-packages | 1 + 2 files changed, 26 insertions(+) create mode 100644 standalone/android/haskell-patches/unbounded-delays_crossbuild.patch (limited to 'standalone') diff --git a/standalone/android/haskell-patches/unbounded-delays_crossbuild.patch b/standalone/android/haskell-patches/unbounded-delays_crossbuild.patch new file mode 100644 index 000000000..dd0a7fca9 --- /dev/null +++ b/standalone/android/haskell-patches/unbounded-delays_crossbuild.patch @@ -0,0 +1,25 @@ +From 0ad071f80ee72e7b8ca5b0b70dfae5bbf8677969 Mon Sep 17 00:00:00 2001 +From: Joey Hess +Date: Wed, 12 Mar 2014 12:18:17 -0400 +Subject: [PATCH] cross build + +--- + unbounded-delays.cabal | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/unbounded-delays.cabal b/unbounded-delays.cabal +index 76d0a50..0f27569 100644 +--- a/unbounded-delays.cabal ++++ b/unbounded-delays.cabal +@@ -1,7 +1,7 @@ + name: unbounded-delays + version: 0.1.0.6 + cabal-version: >= 1.6 +-build-type: Custom ++build-type: Simple + author: Bas van Dijk + Roel van Dijk + maintainer: Bas van Dijk +-- +1.7.10.4 + diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 19e6b5c1c..8f2702ab4 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -108,6 +108,7 @@ install_pkgs () { patched gnutls patched libxml-sax patched network-protocol-xmpp + patched unbounded-delays cd .. -- cgit v1.2.3