build ghc with older binary where possible
This commit is contained in:
parent
374648deaa
commit
c5cb8aab31
@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
packages_ghc783 =
|
packages_ghc783 =
|
||||||
packages { ghcPath = ../development/compilers/ghc/7.8.3.nix;
|
packages { ghcPath = ../development/compilers/ghc/7.8.3.nix;
|
||||||
ghcBinary = ghc783Binary;
|
ghcBinary = if stdenv.isDarwin then ghc783Binary else ghc742Binary;
|
||||||
prefFun = ghc783Prefs;
|
prefFun = ghc783Prefs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user