build ghc with older binary where possible

This commit is contained in:
Joel Taylor 2014-08-21 16:42:52 -07:00
parent 374648deaa
commit c5cb8aab31

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;
};