diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-12 15:27:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-12 15:27:51 -0400 |
commit | e451f3ce099b80ccae55258084b847cf85ef7db3 (patch) | |
tree | 3c2d9ebf5fbba68a3d6565aa1da5a72ebee9f54d | |
parent | cbcffbc495276586821b711c6a8e74a33d672de4 (diff) |
Fix build with ghc v7.11. Thanks, Gabor Greif.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/todo/Compile_error_with_GHC_prerelease.mdwn | 2 |
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]] |