From a7ec87e557c1066c1a765494ddca0c84207e0b6a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 27 Oct 2008 10:25:50 +0000 Subject: [PATCH] Lower priority of haddock 2.1.0: the package doesn't compile with current GHC. svn path=/nixpkgs/trunk/; revision=13125 --- pkgs/top-level/all-packages.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 1b1c91d6029..06904ff2e4c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2315,9 +2315,9 @@ let }; # does not compile with ghc-6.8.3 - haddock210 = import ../development/tools/documentation/haddock/haddock-2.1.0.nix { + haddock210 = lowPrio (import ../development/tools/documentation/haddock/haddock-2.1.0.nix { cabal = cabal682; - }; + }); hsc2hs = import ../development/tools/misc/hsc2hs { inherit bleedingEdgeRepos stdenv; @@ -6995,10 +6995,10 @@ let # put something like this into your ~/.nixpkgs/config.nix file #eclipse = { - # plugins = {eclipse, version, plugins } : let p = plugins; in + # plugins = {eclipse, version, plugins } : let p = plugins; in # [ p.pdt # PHP developement # p.viPlugin # vim keybindings (see license) - # ]; + # ]; #}; eclipseNew = (selectVersion ../applications/editors/eclipse-new "3.3.1.1" { # outdated, but 3.3.1.1 does already compile on nix, feel free to work 3.4