aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo <Tobias@web>2012-08-29 08:27:40 +0000
committerGravatar admin <admin@branchable.com>2012-08-29 08:27:40 +0000
commitca43723d445a742e3aba9de67d1af02367160f63 (patch)
treeec17c566a65f8467f1af424916cc5d72a1f4252a
parentc9fa0627ba9d4296515378cbe7664c9407628774 (diff)
-rw-r--r--doc/forum/Cabal:_Could_not_resolve_dependencies___40__yesod__41__.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Cabal:_Could_not_resolve_dependencies___40__yesod__41__.mdwn b/doc/forum/Cabal:_Could_not_resolve_dependencies___40__yesod__41__.mdwn
new file mode 100644
index 000000000..f4878da20
--- /dev/null
+++ b/doc/forum/Cabal:_Could_not_resolve_dependencies___40__yesod__41__.mdwn
@@ -0,0 +1,19 @@
+Hi,
+
+I try to install git-annex master with cabal, so I cloned the git repo and run "cabal install --only-dependencies". This gives me the following error:
+
+ Resolving dependencies...
+ cabal: Could not resolve dependencies:
+ trying: git-annex-3.20120826 (user goal)
+ trying: git-annex-3.20120826:+oldyesod
+ trying: git-annex-3.20120826:+currentyesod
+ next goal: yesod-default (dependency of git-annex-3.20120826:+oldyesod)
+ rejecting: yesod-default-1.1.0 (conflict: git-annex-3.20120826:oldyesod =>
+ yesod-default(<=1.0.1.1))
+ rejecting: yesod-default-1.0.1.1, 1.0.1, 1.0.0, 0.6.1, 0.5.0, 0.4.1, 0.4.0,
+ 0.3.1 (conflict: git-annex-3.20120826:currentyesod => yesod-default(>=1.1.0))
+
+Any idea how to fix this? (PS: I'm running Kubuntu 12.04)
+
+Cheers,
+Tobias