export PATH to alex and happy
This commit is contained in:
parent
5deb81648b
commit
8886ccb102
1 changed files with 5 additions and 0 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue