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:
parent
664de99887
commit
391549c5f4
@ -61,7 +61,8 @@ rec {
|
|||||||
|
|
||||||
packages = {
|
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 {
|
ghc6123 = callPackage ../development/haskell-modules {
|
||||||
ghc = compiler.ghc6123;
|
ghc = compiler.ghc6123;
|
||||||
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-6.12.x.nix { };
|
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-6.12.x.nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user