mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
haskellPackages.cabal2nix-unstable: 2024-04-21 -> 2024-05-20
Haddock overrides aren't ported over since the package is marked as broken anyways.
This commit is contained in:
parent
b5169354ff
commit
22d071984e
@ -8,10 +8,10 @@
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal2nix";
|
||||
version = "unstable-2024-04-21";
|
||||
version = "unstable-2024-05-20";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/NixOS/cabal2nix/archive/f8e6bf749a158a5ed866c57deee907b5f16c38e5.tar.gz";
|
||||
sha256 = "0c73mvza65iy46fv8c8cadsy7klk4jzmimm1mfdavvm8i2cr5476";
|
||||
url = "https://github.com/NixOS/cabal2nix/archive/79b73778680e2ae27302dce430beee302299f496.tar.gz";
|
||||
sha256 = "0xjrnf9x1f4jl4bsxc6kv5q7rsbn3vs0ddidj9qf6mzzzqxq14p3";
|
||||
};
|
||||
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
|
||||
isLibrary = true;
|
||||
|
@ -134244,7 +134244,7 @@ self: {
|
||||
}) {};
|
||||
|
||||
"haddock_2_23_1" = callPackage
|
||||
({ mkDerivation, base, filepath, haddock-api }:
|
||||
({ mkDerivation, base, filepath, haddock-api, haddock-test }:
|
||||
mkDerivation {
|
||||
pname = "haddock";
|
||||
version = "2.23.1";
|
||||
@ -134252,9 +134252,7 @@ self: {
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [ base haddock-api ];
|
||||
testHaskellDepends = [ base filepath ];
|
||||
doCheck = false;
|
||||
preCheck = "unset GHC_PACKAGE_PATH";
|
||||
testHaskellDepends = [ base filepath haddock-test ];
|
||||
description = "A documentation-generation tool for Haskell libraries";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
@ -134262,7 +134260,7 @@ self: {
|
||||
}) {};
|
||||
|
||||
"haddock" = callPackage
|
||||
({ mkDerivation, base, filepath, haddock-api }:
|
||||
({ mkDerivation, base, filepath, haddock-api, haddock-test }:
|
||||
mkDerivation {
|
||||
pname = "haddock";
|
||||
version = "2.29.1";
|
||||
@ -134270,9 +134268,7 @@ self: {
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [ base haddock-api ];
|
||||
testHaskellDepends = [ base filepath ];
|
||||
doCheck = false;
|
||||
preCheck = "unset GHC_PACKAGE_PATH";
|
||||
testHaskellDepends = [ base filepath haddock-test ];
|
||||
description = "A documentation-generation tool for Haskell libraries";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
|
Loading…
Reference in New Issue
Block a user