hledger/hledger-lib
Simon Michael cf3d21afef csv and general reader fixes, cleanups
- The CSV reader no longer writes a "(stdin).rules" file when reading
  from stdin.

- Selection of reader(s) is now smarter when input is coming from stdin.
  Previously, all readers were considered applicable for stdin.  This
  meant that when reading a CSV file from stdin, the journal and timelog
  readers were always tried first, and if the CSV file was unparseable,
  you'd see the first (journal) reader's error instead of the CSV
  reader's.  Now, the readers do some basic content sniffing when
  reading stdin, so it generally tries only the one right reader and
  we'll see the right errors.

- The read system now has more debug output.
2014-05-09 17:55:32 -07:00
..
Hledger csv and general reader fixes, cleanups 2014-05-09 17:55:32 -07:00
tests Add cabal testsuite for hledger-lib. 2013-05-15 15:56:01 -04:00
CHANGES update changelogs 2014-05-08 14:35:20 -07:00
hledger-lib.cabal oh fine still cant do that, bump to 0.23.98 2014-05-03 17:18:12 -07:00
Hledger.hs promote Hledger.Query to second level 2012-05-16 07:57:10 +00:00
LICENSE split off hledger-lib package, containing core types & utils 2010-03-22 01:44:59 +00:00
Setup.hs Setup.hs is needed after all, by hackage 2011-09-02 00:29:50 +00:00