mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
9ccc1d3fa5
On MS Windows, trying to add or import or web add to a file whose name ends with a dot could cause data loss, so in 2019 I made this raise an error instead (in Hledger.Read.ensureJournalFileExists). But, the logic was backward, so it did not do the check on Windows. Now it does. Also I have removed mention of this from add's doc; currently it's not documented anywhere. It's obscure, but maybe this is not ideal. |
||
---|---|---|
.. | ||
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.