nixpkgs/pkgs/development/compilers/ghc
Peter Simons 459234db20 ghc-with-packages: include only derivations in the generated environment that have a ghc attribute
This predicate filters out packages that weren't created by the Cabal builder.
Doing that greatly reduces the likelihood of file collisions in the generated
environment, because Haskell packages tend to have a lot of propagated build
inputs.

For example, both zeromq 2.x and 3.x use the same names for their header files.
Users of haskell-zeromq don't need those headers, so we just don't include them
in the generated environment to avoid the collision that would otherwise occur
when haskell-zeromq 2.x and 3.x are installed into the same environment.
2013-03-21 16:25:50 +01:00
..
6.4.2-binary.nix ghc-*-binary: remove redundant assertion 2012-10-12 15:23:05 +02:00
6.4.2.nix
6.6.1.nix
6.8.2.nix
6.8.3.nix
6.10.1-binary.nix ghc-*-binary: remove redundant assertion 2012-10-12 15:23:05 +02:00
6.10.1.nix
6.10.2-binary.nix ghc-*-binary: remove redundant assertion 2012-10-12 15:23:05 +02:00
6.10.2.nix
6.10.3.nix
6.10.4.nix
6.11.nix
6.12.1-binary.nix ghc-*-binary: remove redundant assertion 2012-10-12 15:23:05 +02:00
6.12.1.nix
6.12.2.nix
6.12.3.nix
7.0.1.nix
7.0.2.nix
7.0.3.nix
7.0.4-binary.nix ghc-*-binary: remove redundant assertion 2012-10-12 15:23:05 +02:00
7.0.4.nix
7.2.1.nix
7.2.2.nix
7.4.1.nix
7.4.2-binary.nix ghc-*-binary: remove redundant assertion 2012-10-12 15:23:05 +02:00
7.4.2.nix
7.6.1.nix
7.6.2.nix ghc-7.6.2: cosmetic, no functional change 2013-01-30 17:30:51 +01:00
ghc-get-packages.sh Use the same directory layout for user-installed Haskell libraries that GHC 2013-03-15 20:38:15 +01:00
head.nix ghc: update HEAD snapshot 2013-03-10 21:14:45 +01:00
with-packages.nix ghc-with-packages: include only derivations in the generated environment that have a ghc attribute 2013-03-21 16:25:50 +01:00
wrapper.nix