diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-12 12:25:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-12 12:25:32 -0400 |
commit | f2a7f1afc145b39fcc9abc6f0c88587c81b2cd8f (patch) | |
tree | dbb2a85452dc134cb57b70e43c860c7e774422ae /standalone | |
parent | 2bf4c148379773752f5da3b20f750535a5f84e9d (diff) |
got tasty-rerun working on android
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/haskell-patches/unbounded-delays_crossbuild.patch | 25 | ||||
-rwxr-xr-x | standalone/android/install-haskell-packages | 1 |
2 files changed, 26 insertions, 0 deletions
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 <joey@kitenet.net> +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 <v.dijk.bas@gmail.com> + Roel van Dijk <vandijk.roel@gmail.com> + maintainer: Bas van Dijk <v.dijk.bas@gmail.com> +-- +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 .. |