hledger/Hledger/Cli/Commands
Simon Michael 8a64792ba7 smarter file reading: detect (or specify) intended data format and show appropriate error messages
New data reader modules need to provide just reader :: Reader, which is
the format name, a detector predicate, and a parser.
2010-06-25 14:56:48 +00:00
..
Add.hs clean up and combine I/O and parsing under Hledger.Read.* 2010-05-30 19:11:58 +00:00
All.hs web: new -fwebyesod flag builds an alternate yesod-based web ui 2010-07-01 02:28:26 +00:00
Balance.hs refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Chart.hs refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Convert.hs clean up and combine I/O and parsing under Hledger.Read.* 2010-05-30 19:11:58 +00:00
Histogram.hs refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Print.hs refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Register.hs clean up and combine I/O and parsing under Hledger.Read.* 2010-05-30 19:11:58 +00:00
Stats.hs refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Vty.hs docs: correction 2010-04-15 21:49:07 +00:00
Web.hs smarter file reading: detect (or specify) intended data format and show appropriate error messages 2010-06-25 14:56:48 +00:00
WebYesod.hs webyesod: --host and --port options set the webserver's base url and tcp port 2010-07-07 00:45:31 +00:00