| Prior to this commit, - hledger still builds with GHC 8.0 - hledger-ui does if you use the build plan specified by stack8.0.yaml, but you are likely to hit problems if you let cabal pick one (https://github.com/jtdaugherty/vty/issues/198 and others) - hledger-web might, if you could find the right build plan The hassles are enough and GHC 8.0 is old enough (first released in 2016) that I'm letting it go; 8.2 is the new minimum version for all hledger packages. This allows a bunch of cleanups to conditional imports, which I leave for later. Also, updated the tested-with minor versions. | ||
|---|---|---|
| .. | ||
| app | ||
| config | ||
| deploy | ||
| Hledger | ||
| static | ||
| templates | ||
| test | ||
| .date.m4 | ||
| .eslintrc.js | ||
| .ghci | ||
| .version | ||
| .version.m4 | ||
| CHANGES.md | ||
| hledger-web.1 | ||
| hledger-web.cabal | ||
| hledger-web.info | ||
| hledger-web.m4.md | ||
| hledger-web.txt | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
hledger-web
A simple web-based user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces. It can be used as a local single-user UI, or as a multi-user UI for viewing/adding/editing on the web.
See also: the project README and home page.