summaryrefslogtreecommitdiff
path: root/doc/bugs/Could_not_resolve_dependencies.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-18 15:55:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-18 15:55:18 -0400
commitd354243710ffc557a2b0f49e913fe7593bc6acd6 (patch)
tree4cf23c7dba4e9315ec86815188e1df9bf1aeeaf1 /doc/bugs/Could_not_resolve_dependencies.mdwn
parentabe0644f8ed51b212542243c33fda629d1e7267a (diff)
close
Diffstat (limited to 'doc/bugs/Could_not_resolve_dependencies.mdwn')
-rw-r--r--doc/bugs/Could_not_resolve_dependencies.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Could_not_resolve_dependencies.mdwn b/doc/bugs/Could_not_resolve_dependencies.mdwn
index 6e87c9144..9eb98f31e 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]]