avoid broken version of DAV

This commit is contained in:
Joey Hess 2014-02-07 17:42:34 -04:00
parent 10b6ed37ec
commit 250df4685c
3 changed files with 7 additions and 1 deletions

View file

@ -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)