This commit is contained in:
Simon Michael 2010-11-19 17:25:39 +00:00
parent 6bb8c8a114
commit 4e672f1722
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ and maybe some others:
> 21
> october, oct
> yesterday, today, tomorrow
> (not yet) this/next/last week/day/month/quarter/year
> this/next/last week/day/month/quarter/year
Returns a SmartDate, to be converted to a full date later (see fixSmartDate).
Assumes any text in the parse stream has been lowercased.

View File

@ -75,7 +75,7 @@ robots_txt = "User-agent: *"
----------------------------------------------------------------------
-- | Hard-coded data directory path. This must be in your current dir when
-- you compile or run hledger-web.
-- you compile. At run time it's also required but we'll auto-create it.
datadir :: FilePath
datadir = "./.hledger/web/"