all-packages.nix: configure haskellPackages_ghc704_profiling with lowPrio
svn path=/nixpkgs/trunk/; revision=28432
This commit is contained in:
parent
08f1808a37
commit
d233892f0d
|
@ -2113,7 +2113,7 @@ let
|
||||||
haskellPackages_ghc704_profiling =
|
haskellPackages_ghc704_profiling =
|
||||||
recurseIntoAttrs
|
recurseIntoAttrs
|
||||||
(haskellPackagesFun ../development/compilers/ghc/7.0.4.nix
|
(haskellPackagesFun ../development/compilers/ghc/7.0.4.nix
|
||||||
ghc6101Binary (x : x.ghc704Prefs) true false (x : x));
|
ghc6101Binary (x : x.ghc704Prefs) true true lowPrio);
|
||||||
|
|
||||||
haskellPackages_ghc704 =
|
haskellPackages_ghc704 =
|
||||||
haskellPackagesFun ../development/compilers/ghc/7.0.4.nix
|
haskellPackagesFun ../development/compilers/ghc/7.0.4.nix
|
||||||
|
|
Loading…
Reference in New Issue