diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-01 17:12:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-01 17:12:41 -0400 |
commit | 2aeda930371a945cafc1bf3ca5ea1485abdda12b (patch) | |
tree | e0a0eaf72851680542f506369a693272aa304e7b /debian/control | |
parent | e2eed1bd95c412fcb70776b217b16ccbb894e6cc (diff) |
webdav: Avoid trying to set props, avoiding incompatability with livedrive.com. Needs DAV version 0.3.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f49c66c66..f1f4d82b0 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: libghc-http-dev, libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), - libghc-dav-dev (>= 0.2), + libghc-dav-dev (>= 0.3), libghc-testpack-dev, libghc-quickcheck2-dev, libghc-monad-control-dev (>= 0.3), |