nixpkgs/pkgs/development/compilers/ghc
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
..
6.4.2-binary.nix nixos.org/tarballs -> tarballs.nixos.org 2013-06-25 14:12:16 +02:00
6.4.2.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.6.1.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.8.2.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.8.3.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.10.1-binary.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
6.10.1.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.10.2-binary.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
6.10.2.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.10.3.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.10.4.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.11.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.12.1-binary.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
6.12.1.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.12.2.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
6.12.3.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.0.1.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.0.2.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.0.3.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.0.4-binary.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
7.0.4.nix Darwin: Add mig', lipo', etc. to `stdenvNative'. 2012-04-23 15:47:31 +00:00
7.2.1.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.2.2.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.4.1.nix Darwin: Add mig', lipo', etc. to `stdenvNative'. 2012-04-23 15:47:31 +00:00
7.4.2-binary.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
7.4.2.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
7.6.1.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.6.2.nix ghc: add meta.license attribute to all compiler versions 2013-03-23 15:58:14 +01:00
7.6.3.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00
ghc-get-packages.sh pkgs/development/compilers/ghc/ghc-get-packages.sh: append global "package.conf" to the list of package config files 2010-01-06 12:55:25 +00:00
head.nix ghc: update HEAD version to 7.7.20130828 2013-10-27 10:22:21 +01:00
with-packages-old.nix Resurrect the old ghcWithPackages wrapper under the attribute name 'ghcWithPackagesOld'. 2013-11-04 19:42:49 +01:00
with-packages.nix pkgs/development/compilers/ghc/with-packages.nix: add 'ignoreCollisions' parameter 2013-11-07 12:14:19 +01:00
wrapper.nix Back-port Haskell-related improvements from stdenv-updates. 2013-10-27 10:09:36 +01:00