summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-11 19:00:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-11 19:00:38 -0400
commitfc6b972da6f35be21429b96f8c50c1771edf1230 (patch)
treea0a56aaf6f5727fdee82b3dc0c97f11ade07728d
parent728fc4134e8c1f1040356b752a9be2c894080bc9 (diff)
link to ghc bug
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7b59883bb..d1c3344ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,8 @@ git-annex (0.05) unstable; urgency=low
on every file being committed/locked.
(This actually also works around a bug in ghc, that caused
git-annex 0.04 pre-commit to sometimes corrupt filename being read
- from git ls-files and fail.
+ from git ls-files and fail.
+ See <http://hackage.haskell.org/trac/ghc/ticket/4493>
The excessive number of calls made by pre-commit exposed the ghc bug.
Thanks Josh Triplett for the debugging.)
* Build with -O2.