diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-19 13:54:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-19 13:54:10 -0400 |
commit | 26bd6b529b28df746a29a67e8aa48f4069504753 (patch) | |
tree | 148cf14fa037ceaa1efb60d4b10d1de6160f307a /standalone/windows | |
parent | 0cb151d865d157d54b160cf8bd151288bb75e516 (diff) |
remove verbose flag; aws deps fixed
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 829660b4b..7f577c90e 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -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 |