diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-08 12:50:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-08 12:50:51 -0400 |
commit | 568f283c4b9bfd5b70d49097d17eeda8ee41ed46 (patch) | |
tree | 4ff7919e628dfd6a8de5ea4d3840e50ea5ca017f /git-annex.cabal | |
parent | 1bb3a10425e981c2bb983b646be515dc9dafdb38 (diff) |
DAV version turns out to be 1.0.
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 dc5503819..be1cdbb96 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -141,7 +141,7 @@ Executable git-annex CPP-Options: -DWITH_S3 if flag(WebDAV) - Build-Depends: DAV (>= 0.8), + Build-Depends: DAV (>= 1.0), http-client, http-conduit, http-types CPP-Options: -DWITH_WEBDAV |