From 4ca53709806f8e5df29031ef01385eaa6d8d2f49 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 6 Apr 2015 14:07:02 -0400 Subject: [PATCH] force rebuild --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 09161c5697..b1185c3da6 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -44,6 +44,7 @@ cabal install --only-dependencies || true # Detect when the last build was an incremental build and failed, # and try a full build. Done this way because this shell seems a bit # broken. +cabal clean if [ -e last-incremental-failed ]; then cabal clean || true # windows breakage..