From bc2337c0d9f831904546fe993bf2761289c3b34e Mon Sep 17 00:00:00 2001 From: "https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88" Date: Sun, 15 Jan 2012 19:22:46 +0000 Subject: [PATCH] syb dependency problem. --- ...uickcheck_that_satisfies___62____61__2.1.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn b/doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn index a6e2423a82..0c9bf92ade 100644 --- a/doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn +++ b/doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn @@ -38,3 +38,19 @@ Sorry to disagree, this doesn't fix my problem. cabal still complains that no ve >> You need to `cabal update` to get the fixed version of git-annex which >> spells QuickCheck correctly. [[done]] --[[Joey]] + +I moved this over to the forum, because I'm probably just too much a Haskell/Cabal/whatever Noob to get it right ;) + +I started with a clean `~/.cabal` directory and did the following: + + andreas@antares:~/src/gitolite-admin$ cabal update + andreas@antares:~/src/gitolite-admin$ cabal install git-annex -v --bindir=$HOME/ + +However, again some error: + + cabal: dependencies conflict: base-3.0.3.2 requires syb ==0.1.0.2 however + syb-0.1.0.2 was excluded because json-0.5 requires syb >=0.3.3 + +Any ideas? + +Thanks for your help!