haskell-data-clist: jailbreak to fix build with ghc-8.6.1

This commit is contained in:
Peter Simons 2018-10-19 11:02:50 +02:00
parent 2745a36f2c
commit f96a244034

View file

@ -76,6 +76,7 @@ self: super: {
# Test suite does not compile.
cereal = dontCheck super.cereal;
data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x
Diff = dontCheck super.Diff;
http-api-data = doJailbreak super.http-api-data;
persistent-sqlite = dontCheck super.persistent-sqlite;