haskell-modules: disable broken builds on Hydra

This commit is contained in:
Peter Simons
2015-04-01 22:54:45 +02:00
parent 36a2361976
commit 75b527c1e1
2 changed files with 8 additions and 0 deletions
@@ -594,6 +594,12 @@ self: super: {
# Test suite wants to connect to $DISPLAY.
hsqml = dontCheck super.hsqml;
# https://github.com/lookunder/RedmineHs/issues/4
Redmine = markBroken super.Redmine;
# HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence)
unlambda = dontHyperlinkSource super.unlambda;
# https://github.com/megantti/rtorrent-rpc/issues/1
rtorrent-rpc = markBroken super.rtorrent-rpc;