summaryrefslogtreecommitdiff
path: root/standalone/android/install-haskell-packages
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/install-haskell-packages')
-rwxr-xr-xstandalone/android/install-haskell-packages5
1 files changed, 5 insertions, 0 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages
index f278cd337..733918afd 100755
--- a/standalone/android/install-haskell-packages
+++ b/standalone/android/install-haskell-packages
@@ -31,6 +31,11 @@ setupcabal () {
# Some packages fail to install in a non unicode locale.
LANG=en_US.UTF-8
export LANG
+
+ # The android build chroot has recent versions of alex and happy
+ # installed here.
+ PATH=$HOME/bin:$PATH
+ export PATH
}
cabalinstall () {