summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-08 12:30:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-08 12:30:39 -0400
commitb4f31a789a401b9b2de78ff42406d3c6c726ca93 (patch)
treeff30655c2a3925c08a9f79d983cab122a15f679d /standalone
parentf66cb308a645aaac6357a7be7090de24ddbce8e7 (diff)
few more deps
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/android/install-haskell-packages9
1 files changed, 9 insertions, 0 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages
index debd1570a..db762f732 100755
--- a/standalone/android/install-haskell-packages
+++ b/standalone/android/install-haskell-packages
@@ -52,6 +52,12 @@ onlycross () {
fi
}
+onlynative () {
+ if [ "$native" ]; then
+ eval $@
+ fi
+}
+
install_pkgs () {
rm -rf tmp
mkdir tmp
@@ -129,6 +135,7 @@ install_pkgs () {
patched yesod-routes 1.1.2
onlycross unpatched http-conduit-1.8.7.1
onlycross patched DAV 0.3
+ onlynative unpatched DAV
patched yesod-core 1.1.8
patched yesod-persistent 1.1.0.1
patched yesod-form 1.2.1.1
@@ -142,6 +149,8 @@ install_pkgs () {
unpatched edit-distance-0.2.1.2
unpatched uuid-1.2.12
unpatched json-0.7
+ unpatched SHA-1.6.1
+ onlycross unpatched data-endian-0.0.1
cd ..
rm -rf tmp