diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index dfd21ae572a..57bd22e59f8 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -398,14 +398,6 @@ with (import ./release-lib.nix); gtk = linux; }; - haskellPackages_ghc6102 = { - ghc = ghcSupported; - }; - - haskellPackages_ghc6103 = { - ghc = ghcSupported; - }; - haskellPackages_ghc6104 = { ghc = ghcSupported; gtk2hs = linux; @@ -419,12 +411,6 @@ with (import ./release-lib.nix); haskellPlatform_2010_1_0_0 = ghcSupported; }; - haskellPackages_ghc6122 = { - darcs = ghcSupported; - ghc = ghcSupported; - haskellPlatform_2010_1_0_0 = ghcSupported; - }; - haskellPackages_ghc6123 = { darcs = ghcSupported; ghc = ghcSupported; @@ -440,6 +426,10 @@ with (import ./release-lib.nix); ghc = ghcSupported; }; + haskellPackages_ghc702 = { + ghc = ghcSupported; + }; + kde3 = { kdebase = linux; kdelibs = linux;