From 387e388be45a4f6244d051ea899605da06534e83 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmz3Aa1QOGgKBuxGDn4q2LdEOlwqnkR1gw" Date: Wed, 2 Jul 2014 06:23:20 +0000 Subject: Added a comment: hjsmin conflict --- ...ent_9_a4b6cccad9690b2c6e70fe710f73ec0d._comment | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/install/Fedora/comment_9_a4b6cccad9690b2c6e70fe710f73ec0d._comment diff --git a/doc/install/Fedora/comment_9_a4b6cccad9690b2c6e70fe710f73ec0d._comment b/doc/install/Fedora/comment_9_a4b6cccad9690b2c6e70fe710f73ec0d._comment new file mode 100644 index 000000000..5dafc4b1f --- /dev/null +++ b/doc/install/Fedora/comment_9_a4b6cccad9690b2c6e70fe710f73ec0d._comment @@ -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. +"""]] -- cgit v1.2.3