Simon Michael
91529c56fe
installing: explicit hamlet dependency for more robust building
2010-09-05 23:25:31 +00:00
Simon Michael
5da7f8066c
web: update to yesod 0.5
2010-09-03 19:59:23 +00:00
Simon Michael
b4f615b62a
web: a non-null "add" or "edit" query parameter shows the forms
2010-08-10 01:13:14 +00:00
Simon Michael
357c0984fb
installing: tighten up and bump web dependencies to get runtime hamlet
2010-08-19 00:25:14 +00:00
Simon Michael
0dc9481878
add explicit data-object dependency so hledger and hledger-lib use the same time version
2010-07-25 21:53:16 +00:00
Simon Michael
8c8395778c
web: cleanup, enable jquery, use auto-completing combo fields on add form
2010-08-10 00:13:47 +00:00
Simon Michael
58711b8edb
tools: fix cabal file list after NEWS markdown conversion
2010-09-05 23:30:44 +00:00
Simon Michael
0e40a9deee
bump version
2010-07-17 22:02:47 +00:00
Simon Michael
4dac3af181
bump convertible-text dependency to relax time dependency
2010-07-17 20:35:25 +00:00
michael
edad75ae4b
Migrate to Yesod 0.4
2010-07-14 15:43:14 +00:00
Simon Michael
dbe575d5fc
tools: simplify -fweb dependencies
2010-07-10 15:12:35 +00:00
Simon Michael
02706b66e7
update version
2010-07-17 21:01:07 +00:00
Simon Michael
4d5683d0a1
tools: bump version to indicate work-in-progress/prerelease status
2010-07-09 02:12:29 +00:00
Simon Michael
857af1a1e9
update hledger-lib dependency to match VERSION, should fix an install issue
2010-07-10 02:12:03 +00:00
Simon Michael
7d7159609b
refactor: much renaming of ledger -> journal, hopefully the right amount
2010-07-13 06:30:06 +00:00
Simon Michael
927948a644
test: drop verbose test runner and testpack dependency
2010-07-01 02:24:38 +00:00
Simon Michael
3830c2439e
remove Paths_hledger from cabal, shouldn't be there
2010-07-17 21:27:31 +00:00
Simon Michael
2f2e500eae
rename -fweb to -fweb610 and -fwebyesod to -fweb, misc cabal and docs cleanups
2010-07-10 13:58:35 +00:00
Simon Michael
68e8ea7d53
web: better web and webyesod flag and --version descriptions
2010-07-01 20:13:23 +00:00
Simon Michael
ac1dbb07ef
webyesod: run simpleserver directly to avoid inaccurate startup message
2010-07-07 09:00:46 +00:00
Simon Michael
b1930cb572
webyesod: bump blaze-html version to fix encoding issue, eg with £
2010-07-07 17:27:07 +00:00
Simon Michael
09b44176ce
web: new -fwebyesod flag builds an alternate yesod-based web ui
...
This requires ghc >= 6.12.
2010-07-01 02:28:26 +00:00
Simon Michael
5de25cb3a4
tighten testpack dependency
2010-05-17 14:04:23 +00:00
Simon Michael
ea14c64b20
bump version
2010-05-19 20:11:36 +00:00
Simon Michael
81e9e720ea
bump (and fix) version
2010-04-15 15:07:44 +00:00
Simon Michael
6d18b8c0af
consolidate under Hledger.Cli
2010-05-19 23:20:52 +00:00
Simon Michael
c50c66ff14
rename the ui command to vty for consistency
2010-05-19 23:50:41 +00:00
Simon Michael
43f6218b97
web: drop the -fwebhappstack build flag, since it breaks cabal and web libs are in flux
2010-05-23 23:02:34 +00:00
Simon Michael
090c8b4dd6
move the hledger application modules to Hledger and Hledger.Cli
2010-05-19 23:06:46 +00:00
Simon Michael
7a297c62a1
update doc file paths in cabal
2010-05-23 23:43:03 +00:00
Simon Michael
d4965b87ff
web: -fweb now builds with simpleserver; the alternate -fwebhappstack builds with happstack
...
hack-handler-simpleserver is presumably quite a bit easier to install than
happstack, and so far fits hledger's needs just as well, so it is now the
default when installing with -fweb. To build with happstack, use
-fwebhappstack instead. hledger --version shows which webserver was
built. Also webserver thread management has been simplified so should be
more consistent across platforms.
2010-02-16 03:39:19 +00:00
Simon Michael
ca136dca7f
bump version
2010-04-10 00:51:06 +00:00
Simon Michael
1c46417bed
split off hledger-lib package, containing core types & utils
2010-03-22 01:44:59 +00:00
Simon Michael
1bc7a22d57
make main function importable, for benchmarking. There must be a better way..
2010-02-13 21:43:08 +00:00
gwern0
357f56d0f4
de-haskell98
2010-03-09 01:51:21 +00:00
Simon Michael
a8045c7c32
tools: do specify an upper bound on base, hackage requires it
2010-02-03 21:54:10 +00:00
Simon Michael
f2737bb7da
tools: drop upper bounds from package dependencies, they seem a hindrance
2010-02-03 21:13:00 +00:00
Simon Michael
4b6d478c68
bump version number
2010-02-03 21:54:32 +00:00
Simon Michael
34506f3518
relax upper bound on Chart lib
2010-02-04 18:28:44 +00:00
Simon Michael
7bd14a367a
web: get static files from the cabal data dir, or the current dir when using make ( #13 )
2009-12-18 22:33:02 +00:00
Simon Michael
60bda57a26
drop LedgerPosting, it's no longer needed; more rename cleanups
2009-12-19 05:57:54 +00:00
Simon Michael
30b83bb105
rename LedgerTransaction to Transaction
2009-12-16 08:07:26 +00:00
Simon Michael
0656d575ac
rename Transaction to LedgerPosting
2009-12-16 07:58:06 +00:00
Simon Michael
2e9b27da0d
rename RawLedger to Journal
2009-12-16 07:00:43 +00:00
Roman Cheplyaka
e96350c3f1
New command 'chart': generate balances pie chart
2009-09-26 22:53:54 +00:00
Simon Michael
b0b3d70f9d
require the safe package
2009-11-18 07:28:01 +00:00
Simon Michael
abb0f21f3f
note additional dev dependencies
2009-11-28 14:49:56 +00:00
Simon Michael
43417f8299
note make test requires test-framework
2009-11-25 11:33:58 +00:00
Simon Michael
8a98b83286
web: rename -fhapps flag to -fweb
2009-11-28 15:37:56 +00:00
Simon Michael
2cdc21959e
web: switch to hack/loli/hsp, allow web data entry, detect file changes
2009-08-12 09:38:48 +00:00