webdav: When built with DAV 0.6.0, use the new DAV monad to avoid locking files, which is not needed by git-annex's use of webdav, and does not work on Box.com.

This commit is contained in:
Joey Hess 2014-02-24 18:21:51 -04:00
parent 08e7581e34
commit d5a2b498f6
4 changed files with 136 additions and 77 deletions

View file

@ -133,7 +133,7 @@ Executable git-annex
if flag(WebDAV)
Build-Depends: DAV ((>= 0.3 && < 0.6) || > 0.6),
http-conduit, xml-conduit, http-types
http-conduit, xml-conduit, http-types, lifted-base
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(solaris)