forked from mirrors/nixpkgs
haskell-ng: Monadius and cabal-debian are broken
This commit is contained in:
parent
9b600ca3b5
commit
13764f0b0f
|
@ -605,6 +605,12 @@ self: super: {
|
|||
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
||||
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
||||
|
||||
# Broken by GLUT update.
|
||||
Monadius = markBroken super.Monadius;
|
||||
|
||||
# https://github.com/ddssff/cabal-debian/issues/35
|
||||
cabal-debian = markBroken super.cabal-debian;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue