mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
haskell-haddock: add version 2.15.0
This commit is contained in:
parent
3c63776aa5
commit
49c7b7040b
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;
|
||||
};
|
||||
})
|
@ -2928,7 +2928,10 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
haddock_2_13_2 = callPackage ../development/tools/documentation/haddock/2.13.2.nix {};
|
||||
haddock_2_14_2 = callPackage ../development/tools/documentation/haddock/2.14.2.nix {};
|
||||
haddock_2_14_3 = callPackage ../development/tools/documentation/haddock/2.14.3.nix {};
|
||||
haddock = self.haddock_2_14_3;
|
||||
haddock_2_15_0 = callPackage ../development/tools/documentation/haddock/2.15.0.nix {};
|
||||
haddock = self.haddock_2_15_0;
|
||||
|
||||
haddockApi = callPackage ../development/libraries/haskell/haddock-api {};
|
||||
|
||||
haddockLibrary = callPackage ../development/libraries/haskell/haddock-library {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user