From 0d17d31af4e24ee10a12daf2f112dcbf260ef260 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Apr 2013 14:55:36 -0700 Subject: [PATCH] tools: make ghciweb fixes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc144f6cb..3a710e54b 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ SOURCEFILES:= \ hledger-*/Hledger/*/*hs \ hledger-web/app/*.hs \ hledger-web/Handler/*.hs \ + hledger-web/Hledger/*.hs \ hledger-web/Settings/*.hs # a more careful list suitable for for haddock @@ -508,7 +509,7 @@ ghci: ghci $(INCLUDEPATHS) $(MAIN) ghciweb: - ghci $(BUILDFLAGS) $(WEBLANGEXTS) #hledger-web/app/main.hs + ghci $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs # generate standard sample journals samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/1000x10000x10.journal data/10000x1000x10.journal data/10000x10000x10.journal data/100000x1000x10.journal