hledger/hledger-api
Simon Michael 6a36efb7ca set base lower bound to 4.8 to enforce GHC 7.10+
hledger-lib had a valid install plan with GHC 7.8, but requires GHC 7.10 to compile (currently).
Require base 4.8+ everywhere so that stack/cabal will enforce a supported GHC version early.

Also, bump hledger-ui's "stability" to "stable".
2016-11-16 13:14:02 -08:00
..
doc doc: bump version to 1.0, update manuals & cabal files 2016-10-26 13:34:27 -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 doc: release note/changelog fixes 2016-10-27 07:43:44 -07:00
hledger-api.cabal set base lower bound to 4.8 to enforce GHC 7.10+ 2016-11-16 13:14:02 -08:00
hledger-api.hs api: add request logging 2016-09-22 11:56:38 -07:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml set base lower bound to 4.8 to enforce GHC 7.10+ 2016-11-16 13:14:02 -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.