summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-16 00:09:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-16 00:09:22 -0400
commit9873d38731cb2bebfc2a397f304d89e51c306aa0 (patch)
treeec43bc946b87caf28c0653d5e45206d9cdb6d4a2 /git-annex.cabal
parent2cef42e87c5fbaf318a1381888d504c54844de39 (diff)
webdav is fully working in non-enctypted mode
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 8db659fbf..c72a6c0bd 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.1)
+ Build-Depends: DAV (>= 0.2), http-conduit
CPP-Options: -DWITH_WebDAV
if flag(Assistant) && ! os(windows) && ! os(solaris)