aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 15:15:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 15:15:40 -0400
commit186832323027f71ebf4a2691b4ace0f182585474 (patch)
treec11e6f4f5785deb9d4b246a108ce2a588aec8b7b /doc
parent516df1631ecfa228d579917fef96fe6d7d38bad5 (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Cannot_build_with_GHC_8.2.1/comment_5_a0663aeef21b09393600593409f1a7a9._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_5_a0663aeef21b09393600593409f1a7a9._comment b/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_5_a0663aeef21b09393600593409f1a7a9._comment
new file mode 100644
index 000000000..93d4a1175
--- /dev/null
+++ b/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_5_a0663aeef21b09393600593409f1a7a9._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2017-08-17T19:12:09Z"
+ content="""
+Thanks for working on this!
+
+It's entirely possible that the quickcheck tests happen to generate
+better test data under the new ghc, and have found an actual bug.
+I doubt that it's related to your changes.
+
+I do need git-annex to remain buildable on OSX and Windows. What basically
+needs to be done is, instead of sed-ing those files out of the cabal file,
+make the cabal file say "if os(windows)" to conditionally include the
+modules that only work on one OS.
+"""]]