Added a comment: hjsmin conflict
This commit is contained in:
parent
e49b0de097
commit
9295f65418
1 changed files with 34 additions and 0 deletions
|
@ -0,0 +1,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.
|
||||
"""]]
|
Loading…
Reference in a new issue