update to arm-linux-androideabi-4.8 and current cabal

This commit is contained in:
Joey Hess 2013-11-11 00:03:24 -04:00
parent ba204c6e8e
commit d128d1aae6
10 changed files with 385 additions and 46 deletions

View file

@ -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