haskell-haddock: add version 2.15.0
This commit is contained in:
19
pkgs/development/libraries/haskell/haddock-api/default.nix
Normal file
19
pkgs/development/libraries/haskell/haddock-api/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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";
|
||||
sha256 = "17h5h40ddn0kiqnz6rmz9p0jqvng11lq3xm6lnizwix9kcwl843b";
|
||||
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;
|
||||
};
|
||||
})
|
||||
20
pkgs/development/tools/documentation/haddock/2.15.0.nix
Normal file
20
pkgs/development/tools/documentation/haddock/2.15.0.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, Cabal, filepath, haddockApi }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "haddock";
|
||||
version = "2.15.0";
|
||||
sha256 = "1vay0v0a02xj2m40w71vmjadlm6pzv309r1jhr61xv1wnj88i75w";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ haddockApi ];
|
||||
testDepends = [ Cabal filepath ];
|
||||
preCheck = "unset GHC_PACKAGE_PATH";
|
||||
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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user