From bd99730d77ee8cd768e029c2dac5d57ce0db70ba Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Feb 2013 15:55:18 -0400 Subject: [PATCH] close --- doc/bugs/Could_not_resolve_dependencies.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/bugs/Could_not_resolve_dependencies.mdwn b/doc/bugs/Could_not_resolve_dependencies.mdwn index 6e87c9144f..9eb98f31ef 100644 --- a/doc/bugs/Could_not_resolve_dependencies.mdwn +++ b/doc/bugs/Could_not_resolve_dependencies.mdwn @@ -29,3 +29,12 @@ Ubuntu 12.10 x86_64 cabal-install version 0.14.0 using version 1.14.0 of the Cabal library + +> The Haskell DAV library needs to be updated to build with +> the newer version of xml-conduit. Library skew of this sort +> is common when using cabal. +> +> You can work around this by building git-annex without webdav: +> `cabal configure --flags=-WebDAV` +> +> This is not a git-annex bug. [[done]] --[[Joey]]