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
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;