haskell-modules: disable broken builds on Hydra

This commit is contained in:
Peter Simons 2015-04-01 16:43:29 +02:00
parent 36a2361976
commit 75b527c1e1
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -76,7 +76,9 @@ self: super: {
command-qq = dontCheck super.command-qq;
# Doesn't support GHC < 7.10.x.
bound-gen = dontDistribute super.bound-gen;
ghc-exactprint = dontDistribute super.ghc-exactprint;
ghc-typelits-natnormalise = dontDistribute super.ghc-typelits-natnormalise;
# Newer versions require transformers 0.4.x.
seqid = super.seqid_0_1_0;