summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar ggreif@8132a868199b4ffec14150c87f538dc06a538220 <ggreif@web>2016-04-08 16:17:53 +0000
committerGravatar admin <admin@branchable.com>2016-04-08 16:17:53 +0000
commit0997da9016087573d21e383286e5037297f9790a (patch)
treebe42500324ee15f5c22a1299ebf19e1828c78e00 /doc
parent6f4b9f2df58684d4b8e2099be59283be97f1318e (diff)
pull request for Bup.hs
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Compile_error_with_GHC_prerelease.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/Compile_error_with_GHC_prerelease.mdwn b/doc/todo/Compile_error_with_GHC_prerelease.mdwn
new file mode 100644
index 000000000..e8f930ad2
--- /dev/null
+++ b/doc/todo/Compile_error_with_GHC_prerelease.mdwn
@@ -0,0 +1,14 @@
+For various reasons we cannot use v8.0 (prereleases) yet,
+but GHC v7.11.20150407
+
+There was a compilation hiccup with polymorphic types. I corrected it in
+
+https://github.com/ggreif/git-annex/tree/patch-1
+
+The commit is
+
+https://github.com/ggreif/git-annex/commit/a0ddad8d395b5eb61d1e7e6fdcbfa766c05de3d4
+
+Cheers,
+
+ Gabor