haskell-aeson-compat: use latest version when building with ghc 8.2.x

Also, disable test suite to avoid depending on QuickCheck 2.10.*.
This commit is contained in:
Peter Simons 2017-09-06 19:52:22 +02:00
parent dc8b228a89
commit e1c5e81b90

View File

@ -67,5 +67,6 @@ self: super: {
path = dontCheck super.path;
path-io = super.path-io_1_3_3;
trifecta = super.trifecta_1_7_1_1;
aeson-compat = dontCheck super.aeson-compat_0_3_7_1; # test suite needs QuickCheck 2.10.*
}