haskell-modules: disable broken builds on Hydra
This commit is contained in:
parent
36a2361976
commit
75b527c1e1
@ -594,6 +594,12 @@ self: super: {
|
|||||||
# Test suite wants to connect to $DISPLAY.
|
# Test suite wants to connect to $DISPLAY.
|
||||||
hsqml = dontCheck super.hsqml;
|
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
|
# https://github.com/megantti/rtorrent-rpc/issues/1
|
||||||
rtorrent-rpc = markBroken super.rtorrent-rpc;
|
rtorrent-rpc = markBroken super.rtorrent-rpc;
|
||||||
|
|
||||||
|
@ -76,7 +76,9 @@ self: super: {
|
|||||||
command-qq = dontCheck super.command-qq;
|
command-qq = dontCheck super.command-qq;
|
||||||
|
|
||||||
# Doesn't support GHC < 7.10.x.
|
# Doesn't support GHC < 7.10.x.
|
||||||
|
bound-gen = dontDistribute super.bound-gen;
|
||||||
ghc-exactprint = dontDistribute super.ghc-exactprint;
|
ghc-exactprint = dontDistribute super.ghc-exactprint;
|
||||||
|
ghc-typelits-natnormalise = dontDistribute super.ghc-typelits-natnormalise;
|
||||||
|
|
||||||
# Newer versions require transformers 0.4.x.
|
# Newer versions require transformers 0.4.x.
|
||||||
seqid = super.seqid_0_1_0;
|
seqid = super.seqid_0_1_0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user