Merge branch 'master' into stdenv-updates

Conflicts:
	pkgs/top-level/all-packages.nix
This commit is contained in:
Mathijs Kwik
2013-11-01 08:31:54 +01:00
272 changed files with 4690 additions and 2945 deletions
@@ -10,7 +10,7 @@ let
in
buildEnv {
name = "haskell-env-${ghc.name}";
paths = stdenv.lib.filter (x: x ? ghc) (stdenv.lib.closePropagation (packages ++ [ghc]));
paths = stdenv.lib.filter (x: x ? ghc) (stdenv.lib.closePropagation packages) ++ [ghc];
postBuild = ''
. ${makeWrapper}/nix-support/setup-hook