haskell-lucid: jailbreak to fix build with ghc-8.6.1

This commit is contained in:
Peter Simons 2018-10-19 11:06:52 +02:00
parent f96a244034
commit 156e0b0788

View File

@ -79,6 +79,7 @@ self: super: {
data-clist = doJailbreak super.data-clist; # won't cope with QuickCheck 2.12.x 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;
lucid = doJailbreak super.lucid;
persistent-sqlite = dontCheck super.persistent-sqlite; persistent-sqlite = dontCheck super.persistent-sqlite;
psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x
system-fileio = dontCheck super.system-fileio; # avoid dependency on broken "patience" system-fileio = dontCheck super.system-fileio; # avoid dependency on broken "patience"