Skip to content

Commit

Permalink
ghc-7.2.2: record the commit that broke it
Browse files Browse the repository at this point in the history
git-bisect says the problem is 51cf42a.
  • Loading branch information
peti committed Sep 15, 2017
1 parent d2f206c commit 76519f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/ghc/7.2.2.nix
Expand Up @@ -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
};

}

0 comments on commit 76519f9

Please sign in to comment.