aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
blob: 6bc4b70a1420220a328bce880808ff3f64f7ab78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Hi,

I just wanted to install git-annex via cabal, as described in the install document. More specifically, I did this on my Ubuntu Lucid box:

    andreas@antares:~$ sudo aptitude install cabal-install
    [...]
    andreas@antares:~$ cabal update
    andreas@antares:~$ cabal install quickcheck --bindir=$HOME/bin
    andreas@antares:~$ cabal install git-annex -v --bindir=$HOME/bin

However, I got this error:

    /usr/bin/ghc --numeric-version
    looking for package tool: ghc-pkg near compiler in /usr/bin
    found package tool in /usr/bin/ghc-pkg
    /usr/bin/ghc-pkg --version
    /usr/bin/ghc --supported-languages
    Reading installed packages...
    /usr/bin/ghc-pkg dump --global
    /usr/bin/ghc-pkg dump --user
    Reading available packages...
    Resolving dependencies...
    selecting
    cabal: cannot configure git-annex-3.20120113. It requires quickcheck >=2.1
    There is no available version of quickcheck that satisfies >=2.1

which is really strange, because quickcheck 2.4.2 is installed:

    andreas@antares:~$ ls -a .cabal/lib/
    .  ..  QuickCheck-2.4.2

Any help is greatly appreciated :)
Andreas.