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

@ -35,3 +35,7 @@ ubuntu 13.10 (saucy), i686
> Seems that [DAV-0.6 is badly broken](http://bugs.debian.org/737902).
> I have adjusted the cabal file to refuse to build with that broken
> version.
>
>> Update: Had to work around additional breakage in DAV-0.6. It's
>> fully tested and working now, although not yet uploaded to Debian
>> unstable. [[done]] --[[Joey]]