diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 18:56:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 18:56:33 -0400 |
commit | 57052aa986f4d5b378135da0ebe7086f2df4a153 (patch) | |
tree | 33a0cd2dd38232857a1b9d5633ed937a5dfa6bf3 /standalone/windows/build.sh | |
parent | 1cc032cb1cde542252e0bf978af352be3ddc849a (diff) |
verbose
Diffstat (limited to 'standalone/windows/build.sh')
-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 d8050b5a3..baaedbe96 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 +cabal install --only-dependencies -v2 # 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 |