all-packages.nix: fixed typo in haskellPackages_ghc704_no_profiling

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

View file

@ -2108,7 +2108,7 @@ let
haskellPackages_ghc704_no_profiling =
recurseIntoAttrs
(haskellPackagesFun ../development/compilers/ghc/7.0.4.nix
ghc6101Binary (x : x.ghc704Prefs) true true (x : x));
ghc6101Binary (x : x.ghc704Prefs) true false (x : x));
haskellPackages_ghc704_profiling =
recurseIntoAttrs