3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.hledger_1_23: override hledger-lib dependency version

This commit is contained in:
Ellie Hermaszewska 2021-11-07 16:39:12 +08:00
parent 381728e98b
commit 62ecf444fe
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A

View file

@ -2067,4 +2067,9 @@ EOT
excludes = [ "stack.yaml" "package.yaml" "hadolint.cabal" ];
});
# These should be updated in lockstep
hledger_1_23 = super.hledger_1_23.override {
hledger-lib = self.hledger-lib_1_23;
};
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super