summaryrefslogtreecommitdiff
path: root/standalone/android/install-haskell-packages
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-11 00:03:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-11 00:04:04 -0400
commit70fdf046ba09aac4fac40e1e93cfaa88926fb5d4 (patch)
tree905765353780a1c151674e570029085300637671 /standalone/android/install-haskell-packages
parentdee00883115e74951bb57ae2ed439ea7bdcaaa51 (diff)
update to arm-linux-androideabi-4.8 and current cabal
Diffstat (limited to 'standalone/android/install-haskell-packages')
-rwxr-xr-xstandalone/android/install-haskell-packages7
1 files changed, 5 insertions, 2 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages
index 318b850ba..10272919d 100755
--- a/standalone/android/install-haskell-packages
+++ b/standalone/android/install-haskell-packages
@@ -50,7 +50,7 @@ patched () {
installgitannexdeps () {
pushd ../..
- echo cabal install --only-dependencies
+ echo cabal install --only-dependencies "$@"
cabal install --only-dependencies "$@"
popd
}
@@ -90,11 +90,14 @@ install_pkgs () {
patched yesod-core
patched yesod-persistent
patched yesod-form
+ patched crypto-numbers
patched yesod-auth
patched yesod
patched async
patched gnuidn
patched DAV
+ patched language-javascript
+ patched uuid
cd ..
@@ -112,6 +115,6 @@ echo
echo
echo cross build
echo
-PATH=$HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin:$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin:$PATH
+PATH=$HOME/.ghc/android-14/arm-linux-androideabi-4.8/bin:$HOME/.ghc/android-14/arm-linux-androideabi-4.8/arm-linux-androideabi/bin:$PATH
cabal update
install_pkgs