mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
ghc-8.8.x: try to get some builds working with the alpha-1 compiler
This commit is contained in:
parent
67f027faeb
commit
dd2417cda0
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user