haskell-data-clist: jailbreak to fix build with ghc-8.6.1
This commit is contained in:
parent
2745a36f2c
commit
f96a244034
|
@ -76,6 +76,7 @@ self: super: {
|
||||||
|
|
||||||
# Test suite does not compile.
|
# Test suite does not compile.
|
||||||
cereal = dontCheck super.cereal;
|
cereal = dontCheck super.cereal;
|
||||||
|
data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x
|
||||||
Diff = dontCheck super.Diff;
|
Diff = dontCheck super.Diff;
|
||||||
http-api-data = doJailbreak super.http-api-data;
|
http-api-data = doJailbreak super.http-api-data;
|
||||||
persistent-sqlite = dontCheck super.persistent-sqlite;
|
persistent-sqlite = dontCheck super.persistent-sqlite;
|
||||||
|
|
Loading…
Reference in New Issue