hledger/hledger-lib/Hledger
2020-10-18 21:28:46 -07:00
..
Data lib: For ymd date parsing, don't consume invalid date components. 2020-10-18 21:28:46 -07:00
Read ;tweak a few parse errors for clarity, consistency (#1329) 2020-09-19 08:10:39 -07:00
Reports Replace our stringly Regex with a safer compiled Regexp type 2020-09-01 10:33:33 -07:00
Utils lib: quoteIfNeeded should not escape the backslashes in unicode code points. 2020-10-18 21:08:25 -07:00
Data.hs move JSON instances from hledger-web to hledger-lib 2019-12-16 17:17:00 -08:00
Query.hs lib: Remove un-necessary silencing of deprecation warning (relevant functions are no longer used) 2020-10-09 01:47:57 -07:00
Read.hs lib,cli: Replace parsedate and mkdatespan with direct applications of fromGregorian, transaction now takes Day instead of a date string. 2020-08-29 15:08:28 -07:00
Reports.hs lib,cli,ui: Remove redundant Typeable and Data instances. 2020-08-31 15:41:30 +10:00
Utils.hs ;review, tag all error calls with an easier to find PARTIAL: comment (#1312) 2020-08-05 16:08:33 -07:00