mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
7d984fb2e4
Some configuration for running hledger-web in ghci, and misc. utilities including hlint/hoogle/hayoo and a not-yet-working yesod devel-like reloader from a recent reddit thread. (If enabling these, also uncomment the required libs in hledger-web.cabal). Although it's not yet automated, we can now test hledger-web changes without relinking: >>> :serve Starting web app on port 3000 with base url http://localhost:3000 Press ctrl-c to quit C-c C-cInterrupted. >>> :r Ok, modules loaded: Settings, Main, Hledger.Web.Main, Application, Hledger.Web.Options, Settings.Development, Import, Handler.RootR, Handler.JournalR, Handler.RegisterR, Handler.SidebarR, Handler.Common, Handler.Utils, Foundation, Settings.StaticFiles, Handler.Post. >>> :serve Starting web app on port 3000 with base url http://localhost:3000 |
||
---|---|---|
.. | ||
app | ||
config | ||
deploy | ||
Handler | ||
Hledger | ||
messages | ||
Settings | ||
static | ||
templates | ||
tests | ||
.ghci | ||
Application.hs | ||
CHANGES | ||
devel.hs | ||
Foundation.hs | ||
hledger-web.cabal | ||
Import.hs | ||
LICENSE | ||
Settings.hs | ||
Setup.hs |