lol

haskell-modules: disable broken builds on Hydra

+8
+6
pkgs/development/haskell-modules/configuration-common.nix
··· 594 594 # Test suite wants to connect to $DISPLAY. 595 595 hsqml = dontCheck super.hsqml; 596 596 597 + # https://github.com/lookunder/RedmineHs/issues/4 598 + Redmine = markBroken super.Redmine; 599 + 600 + # HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence) 601 + unlambda = dontHyperlinkSource super.unlambda; 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
··· 76 76 command-qq = dontCheck super.command-qq; 77 77 78 78 # Doesn't support GHC < 7.10.x. 79 + bound-gen = dontDistribute super.bound-gen; 79 80 ghc-exactprint = dontDistribute super.ghc-exactprint; 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;