Lower priority of haddock 2.1.0: the package doesn't compile with current GHC.

svn path=/nixpkgs/trunk/; revision=13125
This commit is contained in:
Peter Simons 2008-10-27 10:25:50 +00:00
parent 6e9ab10616
commit a7ec87e557

View File

@ -2315,9 +2315,9 @@ let
}; };
# does not compile with ghc-6.8.3 # 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; cabal = cabal682;
}; });
hsc2hs = import ../development/tools/misc/hsc2hs { hsc2hs = import ../development/tools/misc/hsc2hs {
inherit bleedingEdgeRepos stdenv; inherit bleedingEdgeRepos stdenv;
@ -6995,10 +6995,10 @@ let
# put something like this into your ~/.nixpkgs/config.nix file # put something like this into your ~/.nixpkgs/config.nix file
#eclipse = { #eclipse = {
# plugins = {eclipse, version, plugins } : let p = plugins; in # plugins = {eclipse, version, plugins } : let p = plugins; in
# [ p.pdt # PHP developement # [ p.pdt # PHP developement
# p.viPlugin # vim keybindings (see license) # p.viPlugin # vim keybindings (see license)
# ]; # ];
#}; #};
eclipseNew = (selectVersion ../applications/editors/eclipse-new "3.3.1.1" { 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 # outdated, but 3.3.1.1 does already compile on nix, feel free to work 3.4