remove -v3

This commit is contained in:
Joey Hess 2013-12-05 19:07:45 -04:00
parent 079ff2b27b
commit 3e3c2bd7b6

View file

@ -30,7 +30,7 @@ withcyg () {
# for haskell libraries to link them with the cygwin library. # for haskell libraries to link them with the cygwin library.
cabal update || true cabal update || true
cabal install --only-dependencies -v3 cabal install --only-dependencies
# Detect when the last build was an incremental build and failed, # 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 # and try a full build. Done this way because this shell seems a bit