haskellPackages.cabal2nix-unstable: 2025-04-30 -> 2025-06-14
Includes the nettool patch
This commit is contained in:
parent
39c01d22bf
commit
33c122aece
@ -3,7 +3,6 @@
|
|||||||
mkDerivation,
|
mkDerivation,
|
||||||
aeson,
|
aeson,
|
||||||
ansi-terminal,
|
ansi-terminal,
|
||||||
ansi-wl-pprint,
|
|
||||||
base,
|
base,
|
||||||
bytestring,
|
bytestring,
|
||||||
Cabal,
|
Cabal,
|
||||||
@ -24,6 +23,7 @@
|
|||||||
mtl,
|
mtl,
|
||||||
optparse-applicative,
|
optparse-applicative,
|
||||||
pretty,
|
pretty,
|
||||||
|
prettyprinter,
|
||||||
process,
|
process,
|
||||||
split,
|
split,
|
||||||
tasty,
|
tasty,
|
||||||
@ -35,10 +35,10 @@
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cabal2nix";
|
pname = "cabal2nix";
|
||||||
version = "unstable-2025-04-30";
|
version = "unstable-2025-06-14";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/NixOS/cabal2nix/archive/fbe593fe71b916861b97117dfb91f7aae9c4fcce.tar.gz";
|
url = "https://github.com/NixOS/cabal2nix/archive/e9e2ebd9ab5c89c6cd55dd2c568dd46086f2addb.tar.gz";
|
||||||
sha256 = "0sdyyawsz5zl2ffg4h4r3xcf73gfz9v0vgahccbp01if3m2g7p0y";
|
sha256 = "0in0vab4vihamdhf0zs8y22dwm7h4fqzryq47cxb48cxg29rfz9y";
|
||||||
};
|
};
|
||||||
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
|
postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
@ -46,7 +46,6 @@ mkDerivation {
|
|||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson
|
aeson
|
||||||
ansi-terminal
|
ansi-terminal
|
||||||
ansi-wl-pprint
|
|
||||||
base
|
base
|
||||||
bytestring
|
bytestring
|
||||||
Cabal
|
Cabal
|
||||||
@ -62,6 +61,7 @@ mkDerivation {
|
|||||||
lens
|
lens
|
||||||
optparse-applicative
|
optparse-applicative
|
||||||
pretty
|
pretty
|
||||||
|
prettyprinter
|
||||||
process
|
process
|
||||||
split
|
split
|
||||||
text
|
text
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user