summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-15 13:46:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-15 13:46:16 -0400
commit5703b97ceb3febbb521914aab7cb57f506e77529 (patch)
tree31d22289bf4a43542185afe88285b531e439b774 /git-annex.cabal
parent9d492cd0c4944ea346734e7b46ebf0a26f06e529 (diff)
update to dav 0.1, and basic uploading is working!
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 afbb47513..8db659fbf 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -73,7 +73,7 @@ Executable git-annex
CPP-Options: -DWITH_S3
if flag(WebDAV)
- Build-Depends: DAV
+ Build-Depends: DAV (>= 0.1)
CPP-Options: -DWITH_WebDAV
if flag(Assistant) && ! os(windows) && ! os(solaris)