summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-08 17:17:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-08 17:17:23 -0400
commitdc5e727becdddc09f76e2065b1d56e07053ee062 (patch)
tree0659e02db52aecb64d245da7b2b37b474fad135c /git-annex.cabal
parent5a7ed9c53b5fe0f54043f130bd968a28d789b38b (diff)
http-conduit not used for dav
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 be1cdbb96..5154b27dd 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -142,7 +142,7 @@ Executable git-annex
if flag(WebDAV)
Build-Depends: DAV (>= 1.0),
- http-client, http-conduit, http-types
+ http-client, http-types
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(solaris)