From 9534550af581466736a6f15a2c1f91460b071935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Tue, 7 Sep 2010 13:11:21 +0000 Subject: [PATCH] gitit should now work with ghc-6.12.3 svn path=/nixpkgs/trunk/; revision=23671 --- pkgs/top-level/release.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 180a4edca8e..3b73414f878 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -409,7 +409,7 @@ with (import ./release-lib.nix); haskellPackages_ghc6104 = { darcs = ghcSupported; ghc = ghcSupported; - gitit = linux; + # gitit = linux; gtk2hs = linux; leksah = linux; haskellPlatform_2009_2_0_2 = ghcSupported; @@ -431,6 +431,7 @@ with (import ./release-lib.nix); haskellPackages_ghc6123 = { darcs = ghcSupported; ghc = ghcSupported; + gitit = linux; haskellPlatform_2010_2_0_0 = ghcSupported; lhs2tex = ghcSupported; xmonad = linux;