This commit is contained in:
Joey Hess 2013-12-10 14:33:36 -04:00
parent c1c1171ee9
commit 4a769c6d8d

View file

@ -34,9 +34,6 @@ cabal update || true
cabal install --only-dependencies || true
# new version
cabal install warp
# 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.