diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-25 17:54:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-25 17:54:58 -0400 |
commit | 029417bd67098ca89c25bd91c8fe1db58459cddf (patch) | |
tree | b0dfa775a027003e5e3b0398fa564b9342cfd3d8 /standalone/windows/build.sh | |
parent | 013de7458fca15316b788acb47415e5afddcb6f0 (diff) |
force DAV upgrade
Diffstat (limited to 'standalone/windows/build.sh')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 9473b9257..de7fc4b5f 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -35,6 +35,8 @@ UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-anne # for haskell libraries to link them with the cygwin library. cabal update || true +cabal install DAV + cabal install --only-dependencies || true # Detect when the last build was an incremental build and failed, |