diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-18 13:28:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-18 13:28:18 -0400 |
commit | a1fd0fb488ad28f4b31b60a2b5e129f98d83f18d (patch) | |
tree | 7722ef6fa2f9db5fd74f88dcc7231d224738b078 | |
parent | a2e8bda7df7707f84cd551ed16ffaa0bf7c3aac0 (diff) |
cabal fix for webdav
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index a3edf8203..eb5f77511 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -73,8 +73,8 @@ Executable git-annex CPP-Options: -DWITH_S3 if flag(WebDAV) - Build-Depends: DAV (>= 0.2), http-conduit - CPP-Options: -DWITH_WebDAV + Build-Depends: DAV (>= 0.2), http-conduit, xml-conduit + CPP-Options: -DWITH_WEBDAV if flag(Assistant) && ! os(windows) && ! os(solaris) Build-Depends: stm >= 2.3 |