summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-20 08:49:50 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-20 08:49:50 +0000
commit8de3404fe7576031601c3d443b316bfc87e62f2e (patch)
tree160170dcfa35454be55b1b0a9441376478e8da56 /pkgs/top-level
parent0fc7bf4f000c82962e0d4f2706898f77261514b3 (diff)
downloadnixpkgs-8de3404fe7576031601c3d443b316bfc87e62f2e.tar
nixpkgs-8de3404fe7576031601c3d443b316bfc87e62f2e.tar.gz
nixpkgs-8de3404fe7576031601c3d443b316bfc87e62f2e.tar.bz2
nixpkgs-8de3404fe7576031601c3d443b316bfc87e62f2e.tar.lz
nixpkgs-8de3404fe7576031601c3d443b316bfc87e62f2e.tar.xz
nixpkgs-8de3404fe7576031601c3d443b316bfc87e62f2e.tar.zst
nixpkgs-8de3404fe7576031601c3d443b316bfc87e62f2e.zip
svn path=/nixpkgs/trunk/; revision=15167
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 78c02c778d4..368e396ba79 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;
   };