Merge pull request #56136 from jacereda/cereal-check-86

cereal: run test suite on ghc-8.6
This commit is contained in:
Peter Simons 2019-02-21 11:52:25 +01:00 committed by GitHub
commit 1c6855a0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ self: super: {
unordered-containers = dontCheck super.unordered-containers;
# Test suite does not compile.
cereal = dontCheck super.cereal;
data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x
dates = doJailbreak super.dates; # base >=4.9 && <4.12
Diff = dontCheck super.Diff;