This commit is contained in:
Joey Hess 2017-08-17 15:15:40 -04:00
parent 87afff508a
commit 5421e8f695
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.
"""]]