haskell-lucid: drop obsolete override
This commit is contained in:
parent
84b6bf8226
commit
f1fd7da406
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ self: super: {
|
|||
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;
|
||||
lucid = doJailbreak super.lucid;
|
||||
persistent-sqlite = dontCheck super.persistent-sqlite;
|
||||
psqueues = dontCheck super.psqueues; # won't cope with QuickCheck 2.12.x
|
||||
system-fileio = dontCheck super.system-fileio; # avoid dependency on broken "patience"
|
||||
|
|
Loading…
Reference in a new issue