summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-30 11:19:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-30 11:20:35 -0400
commit58e7f9b8681f24304ddc20cc6b32691f7c5070b1 (patch)
treeadb3274007ba31ff6bcb5b67a4785af42b00226d /git-annex.cabal
parenta6b6666c488f37e2e02ca0ec151283e0a41c5631 (diff)
WebDAV: Dropped support for DAV before 0.6.1.
0.6.1 is in testing, and stable does not have DAV at all, so I can dispense with this compatability code
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index ba23d281e..0d0d979ea 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -142,7 +142,7 @@ Executable git-annex
CPP-Options: -DWITH_S3
if flag(WebDAV)
- Build-Depends: DAV ((>= 0.3 && < 0.6) || > 0.6),
+ Build-Depends: DAV (> 0.6),
http-client, http-conduit, http-types, lifted-base
CPP-Options: -DWITH_WEBDAV