mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user