pkgs/top-level/release.nix: enable haskellPlatform2010100 on Darwin

svn path=/nixpkgs/trunk/; revision=21447
This commit is contained in:
Peter Simons 2010-04-29 21:41:38 +00:00
parent 290bdb470a
commit 9b48c69f85

View File

@ -425,13 +425,13 @@ with (import ./release-lib.nix);
haskellPackages_ghc6121 = {
darcs = ghcSupported;
ghc = ghcSupported;
haskellPlatform2010100 = linux;
haskellPlatform2010100 = ghcSupported;
};
haskellPackages_ghc6122 = {
darcs = ghcSupported;
ghc = ghcSupported;
haskellPlatform2010100 = linux;
haskellPlatform2010100 = ghcSupported;
};
kde3 = {