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
304 B
Nix
12 lines
304 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "haddock";
|
|
version = "0.9";
|
|
name = self.fname;
|
|
sha256 = "beefd4a6da577978e7a79cabba60970accc5cd48fbb04c424a6b36ace3a9f8d0";
|
|
meta = {
|
|
description = "a tool for automatically generating documentation from annotated Haskell source code";
|
|
};
|
|
})
|