summaryrefslogtreecommitdiff
path: root/doc/install/cabal/comment_7_129c4f2e404c874e5adfa52902a81104._comment
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-06-27 00:20:55 +0200
committerGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-06-27 00:20:55 +0200
commitb7e1de844d5190164456fbab5b8d618e3e7775a5 (patch)
tree877dcb812bdd202c6c813e2b636a16198aa484b3 /doc/install/cabal/comment_7_129c4f2e404c874e5adfa52902a81104._comment
parent2db8c989f4583694cc3f4edf1e1b439adb873b86 (diff)
parentffcc551b4c333fc0a9d8f0c01d1b27d2c3b75d38 (diff)
Merge branch 'master' of git://git-annex.branchable.com
Diffstat (limited to 'doc/install/cabal/comment_7_129c4f2e404c874e5adfa52902a81104._comment')
-rw-r--r--doc/install/cabal/comment_7_129c4f2e404c874e5adfa52902a81104._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/install/cabal/comment_7_129c4f2e404c874e5adfa52902a81104._comment b/doc/install/cabal/comment_7_129c4f2e404c874e5adfa52902a81104._comment
new file mode 100644
index 000000000..40b202d4e
--- /dev/null
+++ b/doc/install/cabal/comment_7_129c4f2e404c874e5adfa52902a81104._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="krig"
+ ip="46.194.28.123"
+ subject="Could not resolve dependencies for yesod"
+ date="2013-06-25T06:14:18Z"
+ content="""
+I'm having problems installing from cabal, and it seems related to yesod. I found an older discussion on something similar, where a constraint to require a newer version of yesod had been added, but I haven't figured out what was done to solve it.
+
+The problem seems to be that git-annex requires yesod < 1.2, but cabal is unable to install an older version.
+
+ $ cabal install git-annex --bindir=$HOME/bin
+ Resolving dependencies...
+ cabal: Could not resolve dependencies:
+ trying: git-annex-4.20130601
+ trying: git-annex-4.20130601:+webapp
+ rejecting: yesod-1.2.1.1, 1.2.1, 1.2.0.1, 1.2.0 (conflict:
+ git-annex-4.20130601:webapp => yesod(<1.2))
+ trying: yesod-1.1.9.3
+ $
+
+From what I can tell, the problem is fixed in github master since yesod >= 1.2 is supported again.
+"""]]