Author: simons
Date: Tue Aug 9 14:15:13 2011
New Revision: 28431
URL: https://svn.nixos.org/websvn/nix/?rev=28431&sc=1
Log:
all-packages.nix: fixed typo in haskellPackages_ghc704_no_profiling
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Tue Aug 9 14:08:24
2011 (r28430)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Tue Aug 9 14:15:13
2011 (r28431)
@@ -2108,7 +2108,7 @@
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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits