pkgs/top-level/release.nix: enable haskellPlatform2010100 on Darwin
svn path=/nixpkgs/trunk/; revision=21447
This commit is contained in:
parent
290bdb470a
commit
9b48c69f85
@ -425,13 +425,13 @@ with (import ./release-lib.nix);
|
|||||||
haskellPackages_ghc6121 = {
|
haskellPackages_ghc6121 = {
|
||||||
darcs = ghcSupported;
|
darcs = ghcSupported;
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
haskellPlatform2010100 = linux;
|
haskellPlatform2010100 = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc6122 = {
|
haskellPackages_ghc6122 = {
|
||||||
darcs = ghcSupported;
|
darcs = ghcSupported;
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
haskellPlatform2010100 = linux;
|
haskellPlatform2010100 = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
kde3 = {
|
kde3 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user