Search Criteria
Package Details: hledger-web-bin 1.21-2
Git Clone URL: | https://aur.archlinux.org/hledger-bin.git (read-only, click to copy) |
---|---|
Package Base: | hledger-bin |
Description: | Web-based user interface for the hledger accounting system |
Upstream URL: | http://hledger.org |
Keywords: | hledger ledger |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ccat3z |
Maintainer: | ccat3z |
Last Packager: | ccat3z |
Votes: | 2 |
Popularity: | 0.95 |
First Submitted: | 2020-08-22 05:39 |
Last Updated: | 2021-04-09 15:26 |
Latest Comments
behonest commented on 2021-04-10 15:32
@ccat3z Thanks for the links. Turned out my locale wasn't correctly set: it was ru_RU.UTF-8 but must be ru_RU.utf8. Also temporary can be fixed with
LANG=en_US.utf8 hledger <command>
.dude commented on 2021-04-10 15:24
@behonest I'm also unable to reproduce that issue.
ccat3z commented on 2021-04-09 16:47
@behonest I can't reproduce the issue on my ledger file. It seems a upstream issue or wrong file encoding. See simonmichael/hledger#1332 and koalaman/shellcheck#324.
behonest commented on 2021-04-09 16:03
@ccat3z Thanks. Though it now breaks with this:
ccat3z commented on 2021-04-09 15:30
@behonest Fixed in 1.21-2.
behonest commented on 2021-03-13 08:42
Thanks for the update to 1.21-1.
It works but shows this for
print
,reg
,is
commands:How to fix?
ccat3z commented on 2021-03-09 05:54
@dude Yes, all haskell libraries are statically linked. So the size of the package is much larger than the
haskell
package in official repo.dude commented on 2021-03-06 17:33
Thanks so much for creating this package, along with hledger-ui-bin and hledger-web-bin. I use hledger every day but was getting really tired of having to update 100+ haskell dependencies every few days. I guess that in this package, the haskell libraries are statically linked?