hledger/hledger-api
Simon Michael 87e281a45d restore upper bounds on hledger packages
I dropped these last month, perhaps without meaning to.
They probably should stay. hledger-ui (eg) will still build
with minor updates of hledger-lib or hledger, but will require
either a release or a hackage revision to build with a major
update.
2017-07-30 11:42:52 -07:00
..
doc doc: update builtin manuals 2017-07-07 15:42:22 +01:00
examples api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
CHANGES doc: changelogs for 1.3 2017-06-30 22:26:36 +01:00
hledger-api.cabal restore upper bounds on hledger packages 2017-07-30 11:42:52 -07:00
hledger-api.hs api: show program name in --version output, like other tools 2017-07-17 17:39:23 +01:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml restore upper bounds on hledger packages 2017-07-30 11:42:52 -07:00
README api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
Setup.hs api: Setup.hs file to pass hackage check 2016-10-26 13:04:05 -07:00

A web API server for hledger data, and some client-side app examples.
This is an alternative to hledger-web, and for variety uses servant instead of yesod.