all-packages.nix: configure haskellPackages_ghc704_profiling with lowPrio

svn path=/nixpkgs/trunk/; revision=28432
This commit is contained in:
Peter Simons 2011-08-09 14:15:16 +00:00
parent 08f1808a37
commit d233892f0d

View file

@ -2113,7 +2113,7 @@ let
haskellPackages_ghc704_profiling =
recurseIntoAttrs
(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 =
haskellPackagesFun ../development/compilers/ghc/7.0.4.nix