mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 13:22:27 +03:00
d165600155
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. |
||
---|---|---|
.. | ||
doc | ||
examples | ||
.ghci | ||
CHANGES | ||
hledger-api.cabal | ||
hledger-api.hs | ||
LICENSE | ||
package.yaml | ||
README |
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.