cf7b225cf4
(both only work with ghc-6.8.2, not ghc-6.8.3) * added haddock-0.9 as a version that compiles with nearly all ghc's we have * added haddock-0.9-boot the works with ghc-6.4.2-boot * the haddock-0.9-boot is now used to generate library documentation while building ghc-6.8.3 svn path=/nixpkgs/trunk/; revision=12392
12 lines
306 B
Nix
12 lines
306 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "haddock";
|
|
version = "2.1.0";
|
|
name = self.fname;
|
|
sha256 = "1b67869e493e56366207a128949998851f975d821e0952c2c717840d2eadaca7";
|
|
meta = {
|
|
description = "a tool for automatically generating documentation from annotated Haskell source code";
|
|
};
|
|
})
|