build ghc with older binary where possible

This commit is contained in:
Joel Taylor
2014-09-09 13:54:25 -07:00
parent 374648deaa
commit c5cb8aab31
+1 -1
View File
@@ -226,7 +226,7 @@
packages_ghc783 =
packages { ghcPath = ../development/compilers/ghc/7.8.3.nix;
ghcBinary = ghc783Binary;
ghcBinary = if stdenv.isDarwin then ghc783Binary else ghc742Binary;
prefFun = ghc783Prefs;
};