hledger-interest: add a top-level alias for the Haskell program

This commit is contained in:
Peter Simons 2019-03-02 18:04:05 +01:00
parent 7a20d7c116
commit 120f1910ea

View File

@ -17604,6 +17604,7 @@ in
hipchat = callPackage ../applications/networking/instant-messengers/hipchat { };
hledger = haskell.lib.justStaticExecutables haskellPackages.hledger;
hledger-interest = haskell.lib.justStaticExecutables haskellPackages.hledger-interest;
hledger-ui = haskell.lib.justStaticExecutables haskellPackages.hledger-ui;
hledger-web = haskell.lib.justStaticExecutables haskellPackages.hledger-web;