Experimental: comment all Haskell stuff in release.nix.

svn path=/nixpkgs/trunk/; revision=28423
This commit is contained in:
Andres Löh 2011-08-09 11:21:41 +00:00
parent a14d260103
commit 01be205d66

View File

@ -399,6 +399,7 @@ with (import ./release-lib.nix);
gtk = linux; gtk = linux;
}; };
/*
haskellPackages_ghc6104 = { haskellPackages_ghc6104 = {
ghc = ghcSupported; ghc = ghcSupported;
haskellPlatform_2009_2_0_2 = ghcSupported; haskellPlatform_2009_2_0_2 = ghcSupported;
@ -434,6 +435,7 @@ with (import ./release-lib.nix);
lhs2tex = ghcSupported; lhs2tex = ghcSupported;
xmonad = linux; xmonad = linux;
}; };
*/
kde3 = { kde3 = {
kdebase = linux; kdebase = linux;