Fix build with QuickCheck 2.8.2

It added some instances I had also implemented.
This commit is contained in:
Joey Hess 2016-01-24 14:15:00 -04:00
parent 83cc9d8721
commit bf7e928ee9
Failed to extract signature
3 changed files with 7 additions and 1 deletions

View file

@ -28,3 +28,6 @@ git-annex 6.20160114, on Arch Linux x86_64.
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes, it built fine with QuickCheck 2.8. I didn't test with 2.8.1, though.
> ifdefed those instances out with this version of quickcheck. [[done]]
> --[[Joey]]