summaryrefslogtreecommitdiff
path: root/doc/install/Fedora/comment_9_a4b6cccad9690b2c6e70fe710f73ec0d._comment
blob: 5dafc4b1f9ffe6e63a7ca902248dbd5094f25ad8 (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
34
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawmz3Aa1QOGgKBuxGDn4q2LdEOlwqnkR1gw"
 nickname="Paul"
 subject="hjsmin conflict"
 date="2014-07-02T06:23:20Z"
 content="""
I had a conflict when trying to install through cabal on Fedora 20:

    % cabal install --bindir=$HOME/bin git-annex
    Resolving dependencies...
    cabal: Could not resolve dependencies:
    trying: git-annex-5.20140613
    trying: git-annex-5.20140613:+webapp
    trying: git-annex-5.20140613:+dns
    trying: dns-1.4.0
    trying: resourcet-1.1.2.2
    trying: transformers-0.4.1.0
    trying: yesod-static-1.2.4
    trying: hjsmin-0.1.4.6
    rejecting: optparse-applicative-0.9.0 (conflict: hjsmin =>
    optparse-applicative>=0.7 && <0.9)
    rejecting: optparse-applicative-0.8.1, 0.8.0.1, 0.8.0, 0.7.0.2, 0.7.0.1, 0.7.0
    (conflict: transformers==0.4.1.0, optparse-applicative => transformers>=0.2 &&
    <0.4)
    rejecting: optparse-applicative-0.6.0, 0.5.2.1, 0.5.2, 0.5.1, 0.5.0, 0.4.3,
    0.4.2, 0.4.1, 0.4.0, 0.3.2, 0.3.1, 0.3.0, 0.2.0, 0.1.1, 0.1.0, 0.0.1
    (conflict: hjsmin => optparse-applicative>=0.7 && <0.9)

After

    yum install ghc-hjsmin-devel.x86_64

I could install.
"""]]