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 0000000000..93d4a11753 --- /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. +"""]]