switching to newer haskell platform

This commit is contained in:
Joey Hess 2013-12-06 11:34:27 -04:00
parent bc2b66784a
commit 415b316205
2 changed files with 2 additions and 2 deletions

0
standalone/windows/build-simple.sh Normal file → Executable file
View file

View file

@ -7,7 +7,7 @@ set -x
set -e
# 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"
@ -21,7 +21,7 @@ withcyg () {
}
# 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
# if we fail.