From a4a9be9004c8b0ed3ea8e8ddb7c5267da1bc51d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Oct 2015 13:54:10 -0400 Subject: [PATCH] remove verbose flag; aws deps fixed --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 829660b4b3..7f577c90e9 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