20 lines
601 B
Nix
20 lines
601 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, Cabal, deepseq, filepath, ghcPaths, haddockLibrary, xhtml
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "haddock-api";
|
|
version = "2.15.0.1";
|
|
sha256 = "1s25wykd5ka9chi67s07zy1jyd4pxs72d6lcpj7551izcs2l86sm";
|
|
buildDepends = [
|
|
Cabal deepseq filepath ghcPaths haddockLibrary xhtml
|
|
];
|
|
meta = {
|
|
homepage = "http://www.haskell.org/haddock/";
|
|
description = "A documentation-generation tool for Haskell libraries";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|