mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
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.
|
||||
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;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user