diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-08 17:17:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-08 17:17:23 -0400 |
commit | dc5e727becdddc09f76e2065b1d56e07053ee062 (patch) | |
tree | 0659e02db52aecb64d245da7b2b37b474fad135c | |
parent | 5a7ed9c53b5fe0f54043f130bd968a28d789b38b (diff) |
http-conduit not used for dav
-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 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) |