tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-modules: disable broken builds on Hydra
Peter Simons
11 years ago
75b527c1
36a23619
+8
2 changed files
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
configuration-ghc-7.8.x.nix
+6
pkgs/development/haskell-modules/configuration-common.nix
reviewed
···
594
594
# Test suite wants to connect to $DISPLAY.
595
595
hsqml = dontCheck super.hsqml;
596
596
597
597
+
# https://github.com/lookunder/RedmineHs/issues/4
598
598
+
Redmine = markBroken super.Redmine;
599
599
+
600
600
+
# HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence)
601
601
+
unlambda = dontHyperlinkSource super.unlambda;
602
602
+
597
603
# https://github.com/megantti/rtorrent-rpc/issues/1
598
604
rtorrent-rpc = markBroken super.rtorrent-rpc;
599
605
+2
pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
reviewed
···
76
76
command-qq = dontCheck super.command-qq;
77
77
78
78
# Doesn't support GHC < 7.10.x.
79
79
+
bound-gen = dontDistribute super.bound-gen;
79
80
ghc-exactprint = dontDistribute super.ghc-exactprint;
81
81
+
ghc-typelits-natnormalise = dontDistribute super.ghc-typelits-natnormalise;
80
82
81
83
# Newer versions require transformers 0.4.x.
82
84
seqid = super.seqid_0_1_0;