summary refs log tree commit diff
path: root/pkgs/development/tools/documentation/haddock/haddock-0.9.nix
blob: 8dddc59d96e14b3580123ebfe1dff0fd3850d8c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{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";
  };
})