haskell-MissingH: add jailbreak to fix the build with ghc-8.8.x
This commit is contained in:
parent
dcf76c729a
commit
b5bf60e40c
@ -521,7 +521,9 @@ self: super: {
|
||||
|
||||
# Won't compile with recent versions of QuickCheck.
|
||||
inilist = dontCheck super.inilist;
|
||||
MissingH = dontCheck super.MissingH;
|
||||
|
||||
# Doesn't accept recent versions of 'base' or QuickCheck.
|
||||
MissingH = dontCheck (doJailbreak super.MissingH);
|
||||
|
||||
# https://github.com/yaccz/saturnin/issues/3
|
||||
Saturnin = dontCheck super.Saturnin;
|
||||
|
Loading…
Reference in New Issue
Block a user