Remove the haskell.packages.ghc6104 package set.

It's broken, and no-one seems to care enough to fix it (which would be a
tricky endeavor, anyway).
This commit is contained in:
Peter Simons 2015-09-29 14:46:40 +02:00
parent 664de99887
commit 391549c5f4
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ rec {
packages = {
ghc6104 = callPackage ../development/haskell-modules { ghc = compiler.ghc6104; };
# Support for this compiler is broken, because it can't deal with directory-based package databases.
# ghc6104 = callPackage ../development/haskell-modules { ghc = compiler.ghc6104; };
ghc6123 = callPackage ../development/haskell-modules {
ghc = compiler.ghc6123;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-6.12.x.nix { };