Added ghc-6.10.4 to release.nix

svn path=/nixpkgs/trunk/; revision=16435
This commit is contained in:
Andres Löh 2009-07-20 17:48:00 +00:00
parent 279a94a637
commit f4f9c8a2f2

View File

@ -422,11 +422,15 @@ in {
ghc = ghcSupported;
};
haskellPackages_ghc6101 = {
haskellPackages_ghc6102 = {
ghc = ghcSupported;
};
haskellPackages_ghc6102 = {
haskellPackages_ghc6103 = {
ghc = ghcSupported;
};
haskellPackages_ghc6104 = {
darcs = ghcSupported;
ghc = ghcSupported;
gtk2hs = linux;
@ -436,10 +440,6 @@ in {
xmonad = linux;
};
haskellPackages_ghc6103 = {
ghc = ghcSupported;
};
kde3 = {
kdebase = linux;
kdelibs = linux;