diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-01 17:12:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-01 17:12:41 -0400 |
commit | 2aeda930371a945cafc1bf3ca5ea1485abdda12b (patch) | |
tree | e0a0eaf72851680542f506369a693272aa304e7b /git-annex.cabal | |
parent | e2eed1bd95c412fcb70776b217b16ccbb894e6cc (diff) |
webdav: Avoid trying to set props, avoiding incompatability with livedrive.com. Needs DAV version 0.3.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index de966b555..34d5c7881 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -73,7 +73,7 @@ Executable git-annex CPP-Options: -DWITH_S3 if flag(WebDAV) - Build-Depends: DAV (>= 0.2), http-conduit, xml-conduit + Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit CPP-Options: -DWITH_WEBDAV if flag(Assistant) && ! os(windows) && ! os(solaris) |