forked from mirrors/nixpkgs
haskell-yabi-muno cannot be built with GHC 7.8.x because it needs mtl 2.2.x.
This commit is contained in:
parent
956ccc7b8d
commit
0d4058b0cb
|
@ -78,17 +78,16 @@ self: super: {
|
||||||
hosc = dontDistribute super.hosc;
|
hosc = dontDistribute super.hosc;
|
||||||
tidal-midi = dontDistribute super.tidal-midi;
|
tidal-midi = dontDistribute super.tidal-midi;
|
||||||
|
|
||||||
# Needs mtl 2.2.x due to "plailude".
|
|
||||||
clac = dontDistribute super.clac;
|
|
||||||
|
|
||||||
# These packages need mtl 2.2.x directly or indirectly via dependencies.
|
# These packages need mtl 2.2.x directly or indirectly via dependencies.
|
||||||
apiary-purescript = markBroken super.apiary-purescript;
|
apiary-purescript = markBroken super.apiary-purescript;
|
||||||
|
clac = dontDistribute super.clac;
|
||||||
highlighter2 = markBroken super.highlighter2;
|
highlighter2 = markBroken super.highlighter2;
|
||||||
hypher = markBroken super.hypher;
|
hypher = markBroken super.hypher;
|
||||||
purescript = markBroken super.purescript;
|
purescript = markBroken super.purescript;
|
||||||
xhb-atom-cache = markBroken super.xhb-atom-cache;
|
xhb-atom-cache = markBroken super.xhb-atom-cache;
|
||||||
xhb-ewmh = markBroken super.xhb-ewmh;
|
xhb-ewmh = markBroken super.xhb-ewmh;
|
||||||
yesod-purescript = markBroken super.yesod-purescript;
|
yesod-purescript = markBroken super.yesod-purescript;
|
||||||
|
yabi-muno = markBroken super.yabi-muno;
|
||||||
yet-another-logger = markBroken super.yet-another-logger;
|
yet-another-logger = markBroken super.yet-another-logger;
|
||||||
|
|
||||||
# https://github.com/frosch03/arrowVHDL/issues/2
|
# https://github.com/frosch03/arrowVHDL/issues/2
|
||||||
|
|
Loading…
Reference in a new issue