aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88 <Andreas_H@web>2012-01-15 19:22:46 +0000
committerGravatar admin <admin@branchable.com>2012-01-15 19:22:46 +0000
commitbc2337c0d9f831904546fe993bf2761289c3b34e (patch)
tree70e6e7bde1106da3adefa91c534b3fd9de97675f
parent37d42ed1e7061741218ec644a26f024aa015484c (diff)
syb dependency problem.
-rw-r--r--doc/forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn16
1 files changed, 16 insertions, 0 deletions
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 a6e2423a8..0c9bf92ad 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!