Skip to content

Commit

Permalink
haskellPackages.hledger_1_23: override hledger-lib dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Nov 7, 2021
1 parent 381728e commit 62ecf44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62ecf44

Please sign in to comment.