summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-25 01:55:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-25 01:55:01 -0400
commit97cf760f1dd70a1bf44672316df7c674f40585b7 (patch)
tree73ec6bf9e1e88ac2a6088d2c29f4c419a7825c47 /git-annex.cabal
parent9f9f1decca4a06d81ce97b64ef1a06fda3b8efad (diff)
fix #740010 properly
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 7ba1c7d78..d7bf6cad6 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -134,7 +134,7 @@ Executable git-annex
if flag(WebDAV)
Build-Depends: DAV ((>= 0.3 && < 0.6) || > 0.6),
- http-conduit, xml-conduit, http-types, lifted-base
+ http-client, http-conduit, http-types, lifted-base
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(solaris)