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

wip/yesman
Peter Simons 4 years ago
parent dcf76c729a
commit b5bf60e40c
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save