summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 11:00:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 11:00:37 -0400
commit8e8e2171249208bc01a5b01b126329aae8d885af (patch)
treeb3525408f34517bf37db7ccbfa9f5e2635be1758 /standalone
parent6c04d0de78924ba1b9851889310f291149089795 (diff)
force update of cabal libs
Diffstat (limited to 'standalone')
-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 a8469a675..48e78e7ed 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -27,8 +27,8 @@ export UPGRADE_LOCATION
#export FORCE_GIT_VERSION
# Uncomment to get rid of cabal installed libraries.
-#cabal list --installed
-#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
+cabal list --installed
+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.