mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 03:13:25 +03:00
ac7f726282
hledgerField is an alias to the function getEffectiveAssignment: both names are used in various parts of RulesReader. Treat hledgerField as the canonical name, and getEffectiveAssignment as an implementation detail of hledgerField. Replace all uses of getEffectiveAssignment with hledgerField (except the one in hledgerField.) Signed-off-by: Jonathan Dowland <jon@dow.land> |
||
---|---|---|
.. | ||
Hledger | ||
other/ledger-parse | ||
test | ||
Text | ||
.date.m4 | ||
.ghci | ||
.version | ||
.version.m4 | ||
CHANGES.md | ||
hledger-lib.cabal | ||
Hledger.hs | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs |
hledger-lib
A reusable library containing hledger's core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.