force rebuild

This commit is contained in:
Joey Hess 2015-04-06 14:07:02 -04:00
parent 42e46a8701
commit 4ca5370980

View file

@ -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..