From 415b3162056aa5b4b47faafeed50f767896a1f9b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 11:34:27 -0400 Subject: [PATCH] switching to newer haskell platform --- standalone/windows/build-simple.sh | 0 standalone/windows/build.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 standalone/windows/build-simple.sh diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh old mode 100644 new mode 100755 diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 75685e4e7f..7aca881ecf 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.