diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-06 18:04:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-06 18:04:38 -0400 |
commit | 86be8b1e851721f920db7f8af753164dc31b5fc7 (patch) | |
tree | 21b8cc00f80a0e146a89bacb4ad6a59fb25d7afc | |
parent | dceb360a11de915dcb6856780cdbe03432422afd (diff) |
add http-types dep for webdav
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 34d5c7881..4ee97835a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20121127 +Version: 3.20121128 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> @@ -73,7 +73,7 @@ Executable git-annex CPP-Options: -DWITH_S3 if flag(WebDAV) - Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit + Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types CPP-Options: -DWITH_WEBDAV if flag(Assistant) && ! os(windows) && ! os(solaris) |