mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
cereal: run test suite on ghc-8.6
This commit is contained in:
parent
2ca0cfb0d1
commit
c8e61efae3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue