fix path to cabal
This commit is contained in:
parent
e4fe40da6e
commit
eec98c8655
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
PATH="/c/Program Files (x86)/Haskell Platform/2012.4.0.0/bin:$PATH"
|
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
|
||||||
|
|
||||||
|
PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH"
|
||||||
|
|
||||||
# Run a command in the cygwin environment.
|
# Run a command in the cygwin environment.
|
||||||
incygwin () {
|
incygwin () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue