diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 17:55:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 17:55:22 -0400 |
commit | 566be3a7aea3d10e3ce85cc1bcf43d41d7774217 (patch) | |
tree | fa80356a3eae97deac93f059a5afba7cae403017 /standalone | |
parent | 16036ca1db490fea92f0351fdc4365cd19e09390 (diff) |
try fresh cabal
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 94e8322c9..93b2bcab1 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -6,6 +6,8 @@ set -x set -e +mv /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/cabal.old + HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" |