From 1cc032cb1cde542252e0bf978af352be3ddc849a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2013 18:07:44 -0400 Subject: stop nuking cabal now ;) --- standalone/windows/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'standalone/windows/build.sh') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index add8ea6f4..d8050b5a3 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -6,8 +6,6 @@ set -x set -e -rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc - HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" @@ -20,9 +18,12 @@ withcyg () { PATH="$PATH:/c/cygwin/bin" "$@" } +# Uncomment to get rid of cabal installed libraries. +#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. -rm -f git-annex-installer.exe +#rm -f git-annex-installer.exe # Install haskell dependencies. # cabal install is not run in cygwin, because we don't want configure scripts -- cgit v1.2.3