diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-06 19:56:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-06 19:56:25 -0400 |
commit | db225d35824f48e4beac4bb69fec46661874ad28 (patch) | |
tree | 3b79754e587e5bb7ff1fe7b37f69113e69d82dd2 /standalone/windows | |
parent | 64d01c8b7d7c400b0c948e62a01baa82eadebc5b (diff) |
be verbose to debug problem with aws
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 7f577c90e..829660b4b 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 || true +cabal install --only-dependencies -v3 || 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 |