hledger/hledger-api
Simon Michael d165600155 lib, cli, web, api: use hpack (package.yaml) for all packages at last #371
Generated package.yaml files from the old cabal files with hpack-convert,
removed some problematic blank lines manually,
regenerated the cabal files from the package.yaml files with hpack.
Tests pass, looks like all the info is still there.

This means that from now on, we don't edit cabal files directly.
We edit the less verbose package.yaml files. stack will update
the cabal files automatically (or non-stack users can use hpack).
The changes to both are committed, as we still want to provide
the cabal files to downloaders.
2016-08-09 07:24:57 -07:00
..
doc doc: update generated manuals, and show 0.28dev there 2016-08-08 06:49:50 -07: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 api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
hledger-api.cabal lib, cli, web, api: use hpack (package.yaml) for all packages at last #371 2016-08-09 07:24:57 -07:00
hledger-api.hs lib: simplify parsers; cleanups (#275) 2016-05-23 00:44:19 -07:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml lib, cli, web, api: use hpack (package.yaml) for all packages at last #371 2016-08-09 07:24:57 -07:00
README api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08: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.