mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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;
|
||||
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.
|
||||
apiary-purescript = markBroken super.apiary-purescript;
|
||||
clac = dontDistribute super.clac;
|
||||
highlighter2 = markBroken super.highlighter2;
|
||||
hypher = markBroken super.hypher;
|
||||
purescript = markBroken super.purescript;
|
||||
xhb-atom-cache = markBroken super.xhb-atom-cache;
|
||||
xhb-ewmh = markBroken super.xhb-ewmh;
|
||||
yesod-purescript = markBroken super.yesod-purescript;
|
||||
yabi-muno = markBroken super.yabi-muno;
|
||||
yet-another-logger = markBroken super.yet-another-logger;
|
||||
|
||||
# https://github.com/frosch03/arrowVHDL/issues/2
|
||||
|
Loading…
Reference in New Issue
Block a user