aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--doc/todo/Compile_error_with_GHC_prerelease.mdwn2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e6d0e9f74..05ee3dbd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ git-annex (6.20160412) unstable; urgency=medium
* unannex --fast now makes hard links on Windows.
* Fix bug in annex.largefiles mimetype= matching when git-annex
is run in a subdirectory of the repository.
+ * Fix build with ghc v7.11. Thanks, Gabor Greif.
-- Joey Hess <id@joeyh.name> Tue, 12 Apr 2016 14:53:22 -0400
diff --git a/doc/todo/Compile_error_with_GHC_prerelease.mdwn b/doc/todo/Compile_error_with_GHC_prerelease.mdwn
index e8f930ad2..5f024d5dd 100644
--- a/doc/todo/Compile_error_with_GHC_prerelease.mdwn
+++ b/doc/todo/Compile_error_with_GHC_prerelease.mdwn
@@ -12,3 +12,5 @@ https://github.com/ggreif/git-annex/commit/a0ddad8d395b5eb61d1e7e6fdcbfa766c05de
Cheers,
Gabor
+
+> Applied, thanks. [[done]] --[[Joey]]