summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-08 12:50:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-08 12:50:51 -0400
commit568f283c4b9bfd5b70d49097d17eeda8ee41ed46 (patch)
tree4ff7919e628dfd6a8de5ea4d3840e50ea5ca017f /git-annex.cabal
parent1bb3a10425e981c2bb983b646be515dc9dafdb38 (diff)
DAV version turns out to be 1.0.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
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