hledger/hledger-api
Simon Michael 5345e2641a regenerate cabal files with hpack
A few packages which included the Paths_* module no longer do,
and this seems ok with stack and cabal as far as I can tell.
That should be the only change, aside from a bunch of reorderings.
2017-01-16 14:23:47 -08:00
..
doc doc: update built-in docs 2017-01-05 10:43:06 -08: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, release notes 2016-12-31 11:24:12 -08:00
hledger-api.cabal regenerate cabal files with hpack 2017-01-16 14:23:47 -08:00
hledger-api.hs bump version to 1.1.98 (1.2 alpha) 2017-01-05 10:43:06 -08:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml bump version to 1.1.98 (1.2 alpha) 2017-01-05 10:43:06 -08: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.