hledger/hledger-web
Simon Michael 7d984fb2e4 tools: fancy .ghci for hledger-web
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
2014-07-06 10:38:41 -07:00
..
app web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
config web: a bunch of ui cleanup & improvement 2014-06-13 00:19:00 +01:00
deploy web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Handler web: add form stricter parsing, better errors (fixes #194) 2014-07-05 13:07:57 -07:00
Hledger web: fix compilation after recent lib changes 2014-07-03 09:37:02 -07:00
messages web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
Settings web: be less verbose about web files source, mention it only in dev mode 2013-05-01 07:24:42 -07:00
static web: add missing hs & js files 2014-06-14 14:33:11 -07:00
templates a few tweaks 2014-06-24 14:51:09 -07:00
tests web: require yesod 1.2, cabal file cleanup 2013-05-14 15:36:44 -07:00
.ghci tools: fancy .ghci for hledger-web 2014-07-06 10:38:41 -07:00
Application.hs web: fix compilation after recent lib changes 2014-07-03 09:37:02 -07:00
CHANGES a few tweaks 2014-06-24 14:51:09 -07:00
devel.hs web: fix warnings 2014-05-23 09:02:20 -07:00
Foundation.hs web: a bunch of ui cleanup & improvement 2014-06-13 00:19:00 +01:00
hledger-web.cabal tools: fancy .ghci for hledger-web 2014-07-06 10:38:41 -07:00
Import.hs web: update for yesod 1.1.3 2012-11-15 17:48:48 +00:00
LICENSE packagegeddon.. split off web/chart/vty, move hledger to a subdir 2010-09-09 22:54:34 +00:00
Settings.hs web: fix manual link 2014-06-13 00:19:12 +01:00
Setup.hs Revert "remove Setup.hs files again, fixing a yesod devel warning" 2014-05-24 13:39:09 -07:00