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:
parent
dc8b228a89
commit
e1c5e81b90
@ -67,5 +67,6 @@ self: super: {
|
|||||||
path = dontCheck super.path;
|
path = dontCheck super.path;
|
||||||
path-io = super.path-io_1_3_3;
|
path-io = super.path-io_1_3_3;
|
||||||
trifecta = super.trifecta_1_7_1_1;
|
trifecta = super.trifecta_1_7_1_1;
|
||||||
|
aeson-compat = dontCheck super.aeson-compat_0_3_7_1; # test suite needs QuickCheck 2.10.*
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user