hackage-packages.nix: disable approx. 1,000 Hydra build that are known to fail with GHC 7.10.1

This commit is contained in:
Peter Simons
2015-04-20 17:40:16 +02:00
parent cba0f43304
commit 82f22dd5a1
3 changed files with 1071 additions and 3 deletions
@@ -767,6 +767,12 @@ self: super: {
# Nix-specific workaround
in appendPatch pkg ./mueval-nix.patch;
# Test suite won't compile against tasty-hunit 0.9.x.
zlib_0_6_1_0 = dontCheck super.zlib_0_6_1_0;
# Jailbreaking breaks the build.
QuickCheck_2_8_1 = dontJailbreak super.QuickCheck_2_8_1;
} // {
# Not on Hackage.
@@ -799,7 +805,4 @@ self: super: {
license = pkgs.stdenv.lib.licenses.bsd3;
};
# Test suite won't compile against tasty 0.10.x.
zlib_0_6_1_0 = dontCheck super.zlib_0_6_1_0;
}