ghc-7.2.2: record the commit that broke it

git-bisect says the problem is 51cf42ad0d.
This commit is contained in:
Peter Simons 2017-09-15 20:47:24 +02:00
parent d2f206c061
commit 76519f9299

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
];
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
inherit (ghc.meta) license;
broken = true; # https://hydra.nixos.org/build/60616815
broken = true; # broken by 51cf42ad0d3ccb55af182f1f0ee5eb5094ea5995: https://hydra.nixos.org/build/60616815
};
}