nixpkgs/pkgs
Peter Simons f92a5cbfc6 pkgs/development/compilers/ghc/with-packages.nix: add 'ignoreCollisions' parameter
The ghcWithPackage expression now has an argument 'ignoreCollisions' that
allows users to disable the path collision check like so:

  (pkgs.haskellPackages.ghcWithPackages (pkgs: with pkgs; [ haskellPlatform ])).override { ignoreCollisions = true; };

See d64917ad17
for a long and detailed discussion of why these path collisions may occur.
2013-11-07 12:14:19 +01:00
..
applications Merge pull request #1181 from Zoomulator/master 2013-11-07 02:54:32 -08:00
build-support fetchsvn: handle redirect(s) 2013-11-01 22:54:13 +01:00
data Set meta.hydraPlatforms instead of meta.platforms for some packages 2013-11-05 00:06:10 +01:00
desktops
development pkgs/development/compilers/ghc/with-packages.nix: add 'ignoreCollisions' parameter 2013-11-07 12:14:19 +01:00
games Set meta.hydraPlatforms instead of meta.platforms for some packages 2013-11-05 00:06:10 +01:00
misc Mark more packages as broken 2013-11-04 21:11:00 +01:00
os-specific darwin x11/opengl: only copy subset of files (close #1165) 2013-11-07 10:39:28 +01:00
servers Merge pull request #686 from ocharles/postgres92 2013-11-07 02:53:37 -08:00
shells
stdenv Only show/build a package on the platforms listed in meta.platforms 2013-11-05 00:06:10 +01:00
test
tools Fix sha256 hash of disnix 2013-11-07 11:33:23 +01:00
top-level pkgs/development/compilers/ghc/with-packages.nix: add 'ignoreCollisions' parameter 2013-11-07 12:14:19 +01:00