hledger-iadd: add a top-level alias

This commit is contained in:
Vladyslav M 2019-07-13 12:13:59 +03:00
parent 1036dc6641
commit 1e0aaa80d2
No known key found for this signature in database
GPG Key ID: 3B1AD98E3D65BD4D

View File

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