diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-01 22:40:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-01 22:40:24 -0400 |
commit | 2841d748a49a15080995d6cef7999fe6a38c866a (patch) | |
tree | 4d55d8f217250e71edf61cb98bb9992664105e0f /doc | |
parent | 1098bc37ab2aea2510ef41f9d9f6a6909b252cdd (diff) | |
parent | 98747ae86befc2bcbbd30fac97527014b664cabf (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_3.20120229/comment_1_18158b9be2313f49509d59295c7d3c90._comment | 8 | ||||
-rw-r--r-- | doc/news/version_3.20120229/comment_2_03436ddda42decf8cb1b4d5316d88a75._comment | 14 |
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/news/version_3.20120229/comment_1_18158b9be2313f49509d59295c7d3c90._comment b/doc/news/version_3.20120229/comment_1_18158b9be2313f49509d59295c7d3c90._comment new file mode 100644 index 000000000..c3d2cab59 --- /dev/null +++ b/doc/news/version_3.20120229/comment_1_18158b9be2313f49509d59295c7d3c90._comment @@ -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? +"""]] diff --git a/doc/news/version_3.20120229/comment_2_03436ddda42decf8cb1b4d5316d88a75._comment b/doc/news/version_3.20120229/comment_2_03436ddda42decf8cb1b4d5316d88a75._comment new file mode 100644 index 000000000..b08712ee8 --- /dev/null +++ b/doc/news/version_3.20120229/comment_2_03436ddda42decf8cb1b4d5316d88a75._comment @@ -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.. +"""]] |