Merge pull request #56137 from jacereda/cereal-check-head

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

View file

@ -52,7 +52,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;