diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 19:07:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 19:07:45 -0400 |
commit | cba098b5cd4688a3f3952b94fa978bdbb59a2de7 (patch) | |
tree | 515d4aee671c03362aada71efaa8eaa35cce62be /standalone | |
parent | 5e6751a23747f9cc7a56b8823142de23b6320b47 (diff) |
remove -v3
Diffstat (limited to 'standalone')
-rw-r--r-- | 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 d9f7442e5..d8050b5a3 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -30,7 +30,7 @@ withcyg () { # for haskell libraries to link them with the cygwin library. cabal update || true -cabal install --only-dependencies -v3 +cabal install --only-dependencies # 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 |