hledger/hledger-lib
Aleksandar Dimitrov 02d9205af7 Allow separator to be overridden from command line
This also fixes that parsing separators on the command line and the
rules file was not handled the same way.
2020-01-05 14:45:57 -08:00
..
Hledger Allow separator to be overridden from command line 2020-01-05 14:45:57 -08:00
other/ledger-parse lib: restrict imports, avoiding GHCI clashes 2016-11-20 10:27:16 -08:00
test ;test: consistent singular naming for test suites and files 2019-11-29 06:35:29 -08:00
Text code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
.version ;bump to dev version; bump man page dates 2020-01-05 09:04:50 -08:00
CHANGES.md Fix typos 2019-12-21 12:09:05 -08:00
defs.m4 ;bump to dev version; bump man page dates 2020-01-05 09:04:50 -08:00
hledger_csv.5 ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_csv.info ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_csv.m4.md ;csv: doc: document balance-type 2019-12-20 10:41:24 -08:00
hledger_csv.txt ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_journal.5 ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_journal.info ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_journal.m4.md ;doc: note that -I does not disable balance assignments 2020-01-04 08:22:45 -08:00
hledger_journal.txt ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_timeclock.5 ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_timeclock.info ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_timeclock.m4.md ;site: stop using pandoc's fenced_code_attributes 2019-08-26 18:41:33 -07:00
hledger_timeclock.txt ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_timedot.5 ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_timedot.info ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger_timedot.m4.md ;site: manuals: fix many links that went to a prerelease manual 2019-09-09 06:24:08 -07:00
hledger_timedot.txt ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger-lib.cabal ;bump to dev version; bump man page dates 2020-01-05 09:04:50 -08:00
Hledger.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
LICENSE split off hledger-lib package, containing core types & utils 2010-03-22 01:44:59 +00:00
package.yaml ;bump to dev version; bump man page dates 2020-01-05 09:04:50 -08:00
README doc: ensure all five main packages have a README 2016-04-12 11:13:01 -07:00
Setup.hs Revert "remove Setup.hs files again, fixing a yesod devel warning" 2014-05-24 13:39:09 -07:00

A reusable library containing hledger's core functionality.
This is used by most hledger* packages for common data parsing,
command line option handling, reporting etc.