hledger/hledger-web
Simon Michael 0f5ee154c4 lib: simplify parsers; cleanups (#275)
The journal/timeclock/timedot parsers, instead of constructing (opaque)
journal update functions which are later applied to build the journal,
now construct the journal directly (by modifying the parser state). This
is easier to understand and debug. It also removes any possibility of
the journal updates being a space leak. (They weren't, in fact memory
usage is now slightly higher, but that will be addressed in other ways.)

Also:

Journal data and journal parse info have been merged into one type (for
now), and field names are more consistent.

The ParsedJournal type alias has been added to distinguish being-parsed
and finalised journals.

Journal is now a monoid.

stats: fixed an issue with ordering of include files

journal: fixed an issue with ordering of included same-date transactions

timeclock: sessions can no longer span file boundaries (unclocked-out
sessions will be auto-closed at the end of the file).

expandPath now throws a proper IO error (and requires the IO monad).
2016-05-23 00:44:19 -07:00
..
app web: fix stack ghci duplicate main error 2016-04-18 15:26:54 -07:00
config web: Post -> AddForm; drop/comment more old stuff 2015-02-16 16:21:07 +00:00
deploy web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
doc doc: readme for doc directories 2016-05-17 10:03:57 -07:00
Handler lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00
Hledger web: preserve initial query when journal changes (#314) 2016-04-28 21:48:30 -07:00
messages web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Settings web: declare a bunch of language pragmas 2015-04-07 18:35:41 -07:00
static web: focus field after clicking add txn (fixes #338) 2016-04-28 20:53:08 -07:00
templates web: delete a few unused files from Yesod default app 2015-12-18 22:51:42 +01:00
tests web: fix options breakage, add test code to tags 2015-08-28 15:23:49 -07:00
.ghci web: drop cruft from .ghci 2016-04-18 15:28:54 -07:00
Application.hs cli/ui/web: rename X.Options modules to X.XOptions 2015-08-28 12:43:51 -07:00
CHANGES doc: add release date to changelogs 2015-10-30 14:09:19 -07:00
devel.hs web: fix warnings 2014-05-23 09:02:20 -07:00
Foundation.hs lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00
future-package.yaml update tested-with 2016-04-28 17:32:17 -07:00
hledger-web.cabal update tested-with 2016-04-28 17:32:17 -07:00
Import.hs web: fix more ghc 7.10 import warnings (#239) 2015-04-07 18:49:33 -07:00
LICENSE packagegeddon.. split off web/chart/vty, move hledger to a subdir 2010-09-09 22:54:34 +00:00
README doc: ensure all five main packages have a README 2016-04-12 11:13:01 -07:00
Settings.hs web: fix more ghc 7.10 import warnings (#239) 2015-04-07 18:49:33 -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.