pkgs/top-level/all-packages.nix: bootstrap ghc 7.0.4 and 7.2.1 with 7.0.4-binary on Darwin
svn path=/nixpkgs/trunk/; revision=28864
This commit is contained in:
parent
8286d30453
commit
b6d994e9b7
@ -2148,12 +2148,14 @@ let
|
||||
|
||||
haskellPackages_ghc704 =
|
||||
haskellPackagesFun ../development/compilers/ghc/7.0.4.nix
|
||||
ghc6101Binary (x : x.ghc704Prefs) false false (x : x);
|
||||
(if stdenv.isDarwin then ghc704Binary else ghc6101Binary)
|
||||
(x : x.ghc704Prefs) false false (x : x);
|
||||
|
||||
haskellPackages_ghc721 =
|
||||
recurseIntoAttrs
|
||||
(haskellPackagesFun ../development/compilers/ghc/7.2.1.nix
|
||||
ghc6121Binary (x : x.ghc721Prefs) false false lowPrio);
|
||||
(if stdenv.isDarwin then ghc704Binary else ghc6121Binary)
|
||||
(x : x.ghc721Prefs) false false lowPrio);
|
||||
|
||||
# Still a release candidate.
|
||||
haskellPackages_ghcHEAD =
|
||||
|
Loading…
Reference in New Issue
Block a user