mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
0ce9c5728a
base-compat-batteries provides the same API across more ghc versions than base-compat does, at the cost of more dependencies. Eg it exports Prelude.Compat ((<>)) with ghc 7.10/base 4.8, which we expect. My belief is that several of our deps already require it so the added cost is not too great. We should probably go back to base-compat when possible though, eg when we stop supporting ghc 7.10. |
||
---|---|---|
.. | ||
app | ||
config | ||
deploy | ||
Handler | ||
Hledger | ||
messages | ||
Settings | ||
static | ||
templates | ||
tests | ||
.eslintrc.js | ||
.ghci | ||
Application.hs | ||
CHANGES | ||
devel.hs | ||
Foundation.hs | ||
hledger-web.1 | ||
hledger-web.cabal | ||
hledger-web.info | ||
hledger-web.m4.md | ||
hledger-web.txt | ||
Import.hs | ||
LICENSE | ||
package.yaml | ||
README | ||
Settings.hs | ||
Setup.hs |
A basic web UI for hledger data. Intended to be robust and somewhat useful.