Merge pull request #64695 from dywedir/hledger-iadd

hledger-iadd: add a top-level alias
This commit is contained in:
Peter Simons 2019-07-13 13:08:15 +02:00 committed by GitHub
commit 2f746bc1fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18416,6 +18416,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;