nixpkgs/pkgs/development/libraries/haskell/haddock-api/default.nix
2014-12-25 11:05:49 +01:00

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