mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
667a1d7e59
It's rare that my deps break their api or that newer versions must be avoided, and very common that they release new versions which I must tediously and promptly test and release hackage revisions for or risk falling out of stackage. Trying it this way for a bit. |
||
---|---|---|
.. | ||
examples | ||
.ghci | ||
CHANGES | ||
hledger-api.1 | ||
hledger-api.cabal | ||
hledger-api.hs | ||
hledger-api.info | ||
hledger-api.m4.md | ||
hledger-api.txt | ||
LICENSE | ||
package.yaml | ||
README | ||
Setup.hs |
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.