diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-07 17:42:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-07 17:42:52 -0400 |
commit | 389bd6f0276976c48a77cba21ec52ff937efc331 (patch) | |
tree | 3620df9a301ef01cb1a8bc21bbf4724974043cbb /git-annex.cabal | |
parent | 17502909d46dec559d26af3cbda8ef830d038fb4 (diff) |
avoid broken version of DAV
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 982209517..a71e7df1c 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -131,7 +131,8 @@ Executable git-annex CPP-Options: -DWITH_S3 if flag(WebDAV) - Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types + Build-Depends: DAV ((>= 0.3 && < 0.6) || > 0.6), + http-conduit, xml-conduit, http-types CPP-Options: -DWITH_WEBDAV if flag(Assistant) && ! os(solaris) |