Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2012-03-01 22:40:24 -04:00
commit 2841d748a4
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://peter-simons.myopenid.com/"
ip="77.186.152.146"
subject="How do you build the Crypto library with GHC 7.4.1?"
date="2012-02-29T19:20:20Z"
content="""
`Crypto 4.2.4` doesn't seem to compile with GHC 7.4.1. How did you build that package?
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://joey.kitenet.net/"
nickname="joey"
subject="comment 2"
date="2012-02-29T22:54:01Z"
content="""
Probably this patch will help with Crypto:
<http://anonscm.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto;a=filediff;h=20120213034652-b2814-0019a3f92e453e9be86166d6c1f1bc0dad6e4d12.gz;f=patches/class-constraints.diff>
Or, there's the `ghc7.0` branch of git-annex in git, which can be used to build with the older, stable ghc.
BTW, when asking, for help, a log of the build failure is always a good idea..
"""]]