ghc-8.8.x: try to get some builds working with the alpha-1 compiler

This commit is contained in:
Peter Simons 2019-04-30 09:32:16 +00:00
parent 67f027faeb
commit dd2417cda0

View file

@ -41,4 +41,10 @@ self: super: {
unix = null; unix = null;
xhtml = null; xhtml = null;
# Ignore overly restrictive upper version bounds.
doctest = doJailbreak super.doctest;
# These packages don't work and need patching and/or an update.
primitive = markBrokenVersion "0.6.4.0" super.primitive;
} }