From 391549c5f4c1f5f63fb60292e88c3461682eedc4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 29 Sep 2015 14:46:40 +0200 Subject: [PATCH] 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). --- pkgs/top-level/haskell-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index a44a784b30a..f45e3c3c2a3 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -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 { };