diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-16 00:09:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-16 00:09:22 -0400 |
commit | 9873d38731cb2bebfc2a397f304d89e51c306aa0 (patch) | |
tree | ec43bc946b87caf28c0653d5e45206d9cdb6d4a2 /debian/control | |
parent | 2cef42e87c5fbaf318a1381888d504c54844de39 (diff) |
webdav is fully working in non-enctypted mode
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 74d9c0c6a..d3840463d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: libghc-http-dev, libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), - libghc-dav-dev (>= 0.1), + libghc-dav-dev (>= 0.2), libghc-testpack-dev, libghc-quickcheck2-dev, libghc-monad-control-dev (>= 0.3), |