Added ghc-6.10.4 to release.nix
svn path=/nixpkgs/trunk/; revision=16435
This commit is contained in:
parent
279a94a637
commit
f4f9c8a2f2
@ -422,11 +422,15 @@ in {
|
|||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc6101 = {
|
haskellPackages_ghc6102 = {
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc6102 = {
|
haskellPackages_ghc6103 = {
|
||||||
|
ghc = ghcSupported;
|
||||||
|
};
|
||||||
|
|
||||||
|
haskellPackages_ghc6104 = {
|
||||||
darcs = ghcSupported;
|
darcs = ghcSupported;
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
gtk2hs = linux;
|
gtk2hs = linux;
|
||||||
@ -436,10 +440,6 @@ in {
|
|||||||
xmonad = linux;
|
xmonad = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc6103 = {
|
|
||||||
ghc = ghcSupported;
|
|
||||||
};
|
|
||||||
|
|
||||||
kde3 = {
|
kde3 = {
|
||||||
kdebase = linux;
|
kdebase = linux;
|
||||||
kdelibs = linux;
|
kdelibs = linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user