Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit a124e95

Browse files
committed
Some tool path updates
(These would likely be different for anyone else building the Windows HP)
1 parent def8a6a commit a124e95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows-platform.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ GHC_VERS=${tar_vers%%-*}
77

88
# These may need to be edited to suit your specific environment
99
# MSYS_BIN is needed on path for configure scripts;
10-
# HASK_BIN is needed on path for cabal.exe
10+
# HASK_BIN is needed on path for shake.exe, HsColour.exe (maybe cabal.exe)
1111
# NSIS_BIN is needed on path for makensisw.exe
1212
MSYS_BIN="/c/Program Files (x86)/MinGW/msys/1.0/bin"
13-
HASK_BIN="/c/Program Files (x86)/Haskell/bin"
13+
HASK_BIN="/c/Program Files/Haskell/bin:/c/Program Files/Haskell Platform/2014.2.0.0/lib/extralibs/bin"
1414
NSIS_BIN="/c/Program Files (x86)/NSIS"
15+
GHC_BINDIST=build/ghc-bindist/local
1516

1617
HPTOOL=hptool/dist/build/hptool/hptool.exe
1718

@@ -39,7 +40,6 @@ echo '***'
3940
(cd hptool; cabal build)
4041

4142
CWD=`pwd`
42-
GHC_BINDIST=build/ghc-bindist/local
4343
MINGW=$GHC_BINDIST/mingw
4444

4545
# A clean, well-lighted, cruft-free PATH

0 commit comments

Comments
 (0)