summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmz3Aa1QOGgKBuxGDn4q2LdEOlwqnkR1gw <Paul@web>2014-07-02 06:23:20 +0000
committerGravatar admin <admin@branchable.com>2014-07-02 06:23:20 +0000
commit387e388be45a4f6244d051ea899605da06534e83 (patch)
tree7ad11c0be67dbe2fc83a959a88b9eaa77d04345f
parent0f7f9c9c82b80126d976a63dbbaa81dca69f12a6 (diff)
Added a comment: hjsmin conflict
-rw-r--r--doc/install/Fedora/comment_9_a4b6cccad9690b2c6e70fe710f73ec0d._comment34
1 files changed, 34 insertions, 0 deletions
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.
+"""]]