update warp to fixed version

This commit is contained in:
Joey Hess 2013-12-10 14:31:47 -04:00
parent 2779e7902a
commit c1c1171ee9

View file

@ -34,6 +34,9 @@ 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.