diff options
author | Eelco Dolstra | 2009-04-20 08:49:50 +0000 |
---|---|---|
committer | Eelco Dolstra | 2009-04-20 08:49:50 +0000 |
commit | 8de3404fe7576031601c3d443b316bfc87e62f2e (patch) | |
tree | 160170dcfa35454be55b1b0a9441376478e8da56 | |
parent | 0fc7bf4f000c82962e0d4f2706898f77261514b3 (diff) |
svn path=/nixpkgs/trunk/; revision=15167
-rw-r--r-- | pkgs/top-level/release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 78c02c778d43..368e396ba790 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -333,13 +333,13 @@ in { haskellPackages_ghc6101 = { ghc = ghcSupported; - leksah = ghcSupported; }; haskellPackages_ghc6102 = { darcs = ghcSupported; ghc = ghcSupported; gtk2hs = ghcSupported; + leksah = ghcSupported; lhs2tex = ghcSupported; xmonad = ghcSupported; }; |