Commit Graph

204 Commits

Author SHA1 Message Date
Simon Michael
3bca3cfa0f move Currency to Ledger/ 2008-10-03 00:22:17 +00:00
Simon Michael
82e4e14e8f move Types to Ledger/ 2008-10-03 00:12:59 +00:00
Simon Michael
627f78a730 first step towards a library, move Utils to Ledger.Utils 2008-10-03 00:05:16 +00:00
Simon Michael
e9d9660c39 doc wording 2008-10-03 00:00:55 +00:00
Simon Michael
99358f207b rename LedgerTransaction to RawTransaction 2008-10-02 23:55:01 +00:00
Simon Michael
f93b988e93 haddock tweaks 2008-10-02 23:37:38 +00:00
Simon Michael
66edd66cc3 move ghci examples to module description 2008-10-02 23:33:02 +00:00
Simon Michael
143b0434bb rewrite code organization doc 2008-10-02 23:32:53 +00:00
Simon Michael
f1668587b6 test-docs make target 2008-10-02 23:32:07 +00:00
Simon Michael
2ee9a341be move printentries/printregister to Ledger 2008-10-02 23:00:11 +00:00
Simon Michael
8045799664 fix haddock breakage 2008-10-02 22:35:24 +00:00
Simon Michael
e2a753a36d clarify Types 2008-10-02 22:33:32 +00:00
Simon Michael
f4b4fc98fe rename LedgerFile to RawLedger 2008-10-02 22:17:04 +00:00
Simon Michael
29b75f3949 get rid of cacheLedgerAndDo 2008-10-02 21:47:26 +00:00
Simon Michael
5cb1ea228f some import cleanups 2008-10-02 21:47:11 +00:00
Simon Michael
dab15c83ff tidy bug notes 2008-10-02 21:46:45 +00:00
Simon Michael
6f83e902a8 push some more stuff down into Parse, cleanups 2008-10-01 18:53:43 +00:00
Simon Michael
8b117e1581 more ledger-handling-functions cleanup 2008-10-01 12:48:52 +00:00
Simon Michael
9ea32d3f13 Main cleanup 2008-10-01 12:29:51 +00:00
Simon Michael
b90c015d9a haddock fixes 2008-10-01 11:44:47 +00:00
Simon Michael
bf136fae5c drop the FilterPatterns type 2008-10-01 11:43:18 +00:00
Simon Michael
a4039de739 wording 2008-10-01 11:14:29 +00:00
Simon Michael
8c6d93701b try to simplify FilterPatterns a bit 2008-10-01 11:08:30 +00:00
Simon Michael
66050fd248 note some open bugs 2008-10-01 11:07:47 +00:00
Simon Michael
214af1ee7a add some more README examples 2008-10-01 11:07:20 +00:00
Simon Michael
6d3eaa3ebf fix up src-Main.html link 2008-10-01 10:18:07 +00:00
Simon Michael
bb9338cb8c readme tweak 2008-10-01 09:36:13 +00:00
Simon Michael
5a1452c5db move around and clean up haddock comments 2008-10-01 09:33:05 +00:00
Simon Michael
d85f1df7bc show Main module in api docs by default 2008-10-01 09:32:02 +00:00
Simon Michael
a15d1d31cf README 2008-10-01 08:51:08 +00:00
Simon Michael
bb7614ed8e sync hledger.hs with README & cabal description 2008-10-01 08:44:23 +00:00
Simon Michael
7780c5c561 sample.ledger for easy start 2008-10-01 08:42:08 +00:00
Simon Michael
cfd0bc4940 add cabal package info 2008-10-01 07:56:21 +00:00
Simon Michael
d3b73061e2 add LICENSE 2008-10-01 07:52:07 +00:00
Simon Michael
a74fb9692c clean up hledger.hs description 2008-10-01 07:04:47 +00:00
Simon Michael
0879ba959d haddock cleanup 2008-10-01 01:40:32 +00:00
Simon Michael
0ba4c8d0f7 convert some characters from ledger manual to ascii for haddock 2008-10-01 00:40:51 +00:00
Simon Michael
efcbd29dc8 preliminary haddockification 2008-10-01 00:29:58 +00:00
Simon Michael
3ca87d0486 build darcs-style api docs with hoogle 2008-09-30 23:53:27 +00:00
Simon Michael
faf97cafe6 adjust comments to keep haddock happy 2008-09-28 23:28:11 +00:00
Simon Michael
59181876aa add haddock/hscolour/hoole make targets like the ones in darcs 2008-09-28 23:27:46 +00:00
Simon Michael
7051721c60 interaction helpers 2008-09-28 03:43:59 +00:00
Simon Michael
1421fb6b0b remove overview.hs 2008-09-28 03:27:17 +00:00
Simon Michael
48c1a2ef99 makefile var cleanup 2008-09-28 03:24:29 +00:00
Simon Michael
97cd582b7f fix overview.hs path 2008-07-10 21:11:58 +00:00
Simon Michael
12ad860d4c preserve whitespace lines (except after last entry) 2008-06-28 05:40:54 +00:00
Simon Michael
daff4bf09e fix newlines 2008-06-28 05:07:09 +00:00
Simon Michael
d795c0bac8 update ghci examples 2008-06-28 04:44:56 +00:00
Simon Michael
8dcc90ff58 fix compile warnings 2008-06-28 04:44:49 +00:00
Simon Michael
0eceeb5542 basic support for a comments-preserving print command.
Preserves most inter-entry comment lines and whitespace (but not yet a
comment immediately after an entry, or whitespace/comments after the last
entry.) Whitespace and comment lines are stored as part of the following
entry. Lines after the last entry are stored as an extra ledger file field.
Inspired by Nafai on #ledger.
2008-06-28 04:44:33 +00:00