mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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 =
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user