more fixes
This commit is contained in:
parent
94d9caf1f7
commit
c9d7a8cc51
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ install_pkgs () {
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
cd tmp
|
cd tmp
|
||||||
|
|
||||||
onlycross unpatched bytestring-0.10.3.0 text-0.11.2.3 parsec-3.1.3
|
onlycross unpatched bytestring-0.10.3.0 text-0.11.3.1 parsec-3.1.3
|
||||||
patched network 2.4.1.0
|
patched network 2.4.1.0
|
||||||
unpatched cereal-0.3.5.2
|
unpatched cereal-0.3.5.2
|
||||||
patched socks 0.4.2
|
patched socks 0.4.2
|
||||||
|
@ -164,7 +164,7 @@ if [ "$1" = native ]; then
|
||||||
fi
|
fi
|
||||||
install_pkgs
|
install_pkgs
|
||||||
else
|
else
|
||||||
native=0
|
native=
|
||||||
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.7/bin:$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin:$PATH
|
||||||
if [ ! -e $HOME/.ghc/android-14/arm-linux-androideabi-4.7/cabal/packages/hackage.haskell.org ]; then
|
if [ ! -e $HOME/.ghc/android-14/arm-linux-androideabi-4.7/cabal/packages/hackage.haskell.org ]; then
|
||||||
cabal update
|
cabal update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue