summaryrefslogtreecommitdiff
path: root/standalone/windows/build.sh
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-06 11:34:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-06 11:34:27 -0400
commit287d75fe4dbd4ea5a70d6a96ded2bc1393dd9d9c (patch)
tree418bfa088e88f521d7468d05bd12073fe2128360 /standalone/windows/build.sh
parenta17fdae655e781fc4ee95485b348f0c9d7c46f64 (diff)
switching to newer haskell platform
Diffstat (limited to 'standalone/windows/build.sh')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 75685e4e7..7aca881ec 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -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.