From b6c5e88b1ab53947fc2d80a02274aaf8ea59f4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Tue, 16 Nov 2010 14:21:49 +0000 Subject: [PATCH] No longer build darcs with ghc-6.10.4. svn path=/nixpkgs/trunk/; revision=24711 --- pkgs/top-level/release.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 9e61e6c5a0d..8429e0914eb 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -406,7 +406,6 @@ with (import ./release-lib.nix); }; haskellPackages_ghc6104 = { - darcs = ghcSupported; ghc = ghcSupported; # gitit = linux; gtk2hs = linux;