nixpkgs/pkgs/development/compilers/ghc
Peter Simons f741d426da ghc-nokinds: remove "nokinds" tag from derivation name
The name of the GHC derivation must match the name and version tuple GHC
uses to identify itself, because the withPackages wrapper uses that name
to construct installation library paths etc., and those paths must match
those constructed by the compiler. If we add another tag to the name
that GHC itself doesn't use, then the paths assumed to exist by the
wrapper are wrong.
2015-08-13 12:26:41 +02:00
..
6.10.2-binary.nix
6.10.4.nix
6.12.3.nix
7.0.4-binary.nix
7.0.4.nix
7.2.2.nix
7.4.2-binary.nix
7.4.2.nix
7.6.3.nix
7.8.4.nix
7.10.1.nix
7.10.2.nix ghc: update 7.10.2 to release version 2015-08-05 21:15:46 +02:00
fix-7.0.4-clang.patch
fix-7.2.2-clang.patch
fix-7.4.2-clang.patch
fix-7.6.3-clang.patch
gcc-clang-wrapper.sh
head.nix ghc-head: bump version to current git HEAD 2015-08-09 20:16:19 +02:00
hpc-7.8.4.patch
nokinds.nix ghc-nokinds: remove "nokinds" tag from derivation name 2015-08-13 12:26:41 +02:00
osx-dylib-resolver.patch
with-packages.nix