haskell-MissingH: add jailbreak to fix the build with ghc-8.8.x

This commit is contained in:
Peter Simons 2020-02-28 20:28:01 +01:00
parent dcf76c729a
commit b5bf60e40c

View file

@ -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;