ghc-8.8.x: try to get some builds working with the alpha-1 compiler
This commit is contained in:
parent
67f027faeb
commit
dd2417cda0
1 changed files with 6 additions and 0 deletions
|
@ -41,4 +41,10 @@ self: super: {
|
|||
unix = 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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue