forked from mirrors/nixpkgs
haskell-ArrowVHDL doesn't compile with recent versions of base.
This commit is contained in:
parent
e7180dde72
commit
64480bd6b8
|
@ -95,6 +95,9 @@ self: super: {
|
||||||
purescript = markBroken super.purescript;
|
purescript = markBroken super.purescript;
|
||||||
highlighter2 = markBroken super.highlighter2;
|
highlighter2 = markBroken super.highlighter2;
|
||||||
|
|
||||||
|
# https://github.com/frosch03/arrowVHDL/issues/2
|
||||||
|
ArrowVHDL = markBroken super.ArrowVHDL;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// # packages relating to amazonka
|
// # packages relating to amazonka
|
||||||
|
|
Loading…
Reference in a new issue