haskell-data-clist: jailbreak to fix build with ghc-8.6.1
This commit is contained in:
parent
2745a36f2c
commit
f96a244034
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue