diff options
author | Andres Löh | 2009-04-21 16:22:30 +0000 |
---|---|---|
committer | Andres Löh | 2009-04-21 16:22:30 +0000 |
commit | 6757fbafb192ab8d5b2726e12436fa15232a668b (patch) | |
tree | 6d8596789cc8c4ddb1beb67579e7e8d31dddff55 | |
parent | ea933bf894ef56ce84d8e15bb9cc813e5badd44f (diff) |
Added haskell-platform to release.
svn path=/nixpkgs/trunk/; revision=15216
-rw-r--r-- | pkgs/top-level/release.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index b93541d696c3..19e38f7c8073 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -339,6 +339,7 @@ in { gtk2hs = ghcSupported; leksah = ghcSupported; lhs2tex = ghcSupported; + haskellPlatform = ghcSupported; xmonad = ghcSupported; }; |