hledger/hledger-web
Simon Michael 24ce2686f4 drop GHC 7.10/base 4.8 support, finally, due to MonadFail hassles
in JournalReader.hs. If you still need this, feel free to work on
those errors. But hopefully not, because dropping base 4.8 should
permit some code cleanups.
2019-09-14 03:45:37 -07:00
..
app web: Add capabilities type, CLI options, and reading them from headers 2018-06-24 14:18:02 +02:00
config web: support adding new transactions via JSON PUT (#316) 2019-02-20 20:23:51 -08:00
deploy web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Hledger ;api: another round of hledger-api purging; fix the build 2019-09-11 14:49:22 -07:00
static web: Simplify HTML and CSS 2018-06-24 14:13:04 +02:00
templates web: register page: clip linked accounts to 40 characters 2019-06-13 10:12:44 -07:00
tests web: fix options breakage, add test code to tags 2015-08-28 15:23:49 -07:00
.eslintrc.js fix datepicker not closing, linting 2017-12-30 13:44:40 -05:00
.ghci web: drop cruft from .ghci 2016-04-18 15:28:54 -07:00
.version ;bump version to 1.15.99 2019-09-13 08:43:33 -07:00
CHANGES.md ;doc: changelogs 2019-09-13 08:43:33 -07:00
defs.m4 ;bump version to 1.15.99 2019-09-13 08:43:33 -07:00
hledger-web.1 ;doc: regen manuals 2019-09-13 11:00:03 -07:00
hledger-web.cabal drop GHC 7.10/base 4.8 support, finally, due to MonadFail hassles 2019-09-14 03:45:37 -07:00
hledger-web.info ;doc: regen manuals 2019-09-13 11:00:03 -07:00
hledger-web.m4.md ;api: another round of hledger-api purging; fix the build 2019-09-11 14:49:22 -07:00
hledger-web.txt ;doc: regen manuals 2019-09-13 11:00:03 -07:00
LICENSE packagegeddon.. split off web/chart/vty, move hledger to a subdir 2010-09-09 22:54:34 +00:00
package.yaml drop GHC 7.10/base 4.8 support, finally, due to MonadFail hassles 2019-09-14 03:45:37 -07:00
README doc: ensure all five main packages have a README 2016-04-12 11:13:01 -07:00
Setup.hs Revert "remove Setup.hs files again, fixing a yesod devel warning" 2014-05-24 13:39:09 -07:00

A basic web UI for hledger data. Intended to be robust and somewhat useful.