remove verbose flag; aws deps fixed
This commit is contained in:
parent
cc50c00e22
commit
a4a9be9004
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ cabal update || true
|
|||
|
||||
cabal install warp-3.1.3.1
|
||||
|
||||
cabal install --only-dependencies -v3 || true
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue