hledger/hledger-lib
Simon Michael 0ce9c5728a switch to base-compat-batteries to fix ghc 7.10 support (#794)
base-compat-batteries provides the same API across more ghc versions
than base-compat does, at the cost of more dependencies. Eg it exports
Prelude.Compat ((<>)) with ghc 7.10/base 4.8, which we expect.
My belief is that several of our deps already require it so the added
cost is not too great. We should probably go back to base-compat when
possible though, eg when we stop supporting ghc 7.10.
2018-06-04 17:32:42 -07:00
..
Hledger switch to base-compat-batteries to fix ghc 7.10 support (#794) 2018-06-04 17:32:42 -07:00
other/ledger-parse lib: restrict imports, avoiding GHCI clashes 2016-11-20 10:27:16 -08:00
tests lib: move easytest tests to lib, depend on released version 2018-03-05 17:27:13 -08:00
Text/Tabular lib: remove the megaparsec compatability module 2018-05-22 12:16:46 -07:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
CHANGES changelog note 2018-04-30 07:58:12 -07:00
hledger_csv.5 doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_csv.info doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_csv.m4.md doc: csv: fix how-to link 2018-05-04 09:03:00 -07:00
hledger_csv.txt doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_journal.5 regen manuals 2018-04-29 18:04:59 -07:00
hledger_journal.info regen manuals 2018-04-29 18:04:59 -07:00
hledger_journal.m4.md clarify directive semantics 2018-05-03 21:20:29 -07:00
hledger_journal.txt regen manuals 2018-04-29 18:04:59 -07:00
hledger_timeclock.5 doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_timeclock.info doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_timeclock.m4.md remove numbers from all but nroff filenames 2017-12-06 18:35:18 -08:00
hledger_timeclock.txt doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_timedot.5 doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_timedot.info doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger_timedot.m4.md doc: journal: directives & periodic/automated cleanups 2018-04-29 18:02:16 -07:00
hledger_timedot.txt doc: regen embedded manuals 2018-04-20 06:48:26 -07:00
hledger-lib.cabal switch to base-compat-batteries to fix ghc 7.10 support (#794) 2018-06-04 17:32:42 -07:00
Hledger.hs Use quoteIfNeeded in quoteIfSpaced. Fix escapeDoubleQuotes to escape 2018-04-12 12:04:20 -07:00
LICENSE split off hledger-lib package, containing core types & utils 2010-03-22 01:44:59 +00:00
package.yaml switch to base-compat-batteries to fix ghc 7.10 support (#794) 2018-06-04 17:32:42 -07: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.