switching to newer haskell platform
This commit is contained in:
parent
bc2b66784a
commit
415b316205
2 changed files with 2 additions and 2 deletions
0
standalone/windows/build-simple.sh
Normal file → Executable file
0
standalone/windows/build-simple.sh
Normal file → Executable file
|
@ -7,7 +7,7 @@ set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Path to the Haskell Platform.
|
# Path to the Haskell Platform.
|
||||||
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
|
HP="/c/Program Files (x86)/Haskell Platform/2013.2.0.0"
|
||||||
|
|
||||||
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ withcyg () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Uncomment to get rid of cabal installed libraries.
|
# Uncomment to get rid of cabal installed libraries.
|
||||||
#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
|
rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
|
||||||
|
|
||||||
# Don't allow build artifact from a past successful build to be extracted
|
# Don't allow build artifact from a past successful build to be extracted
|
||||||
# if we fail.
|
# if we fail.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue