1.50* attempted to work around Glob's implicit searching of non-top-level dot dirs. This was overzealous; it meant that journal's include completely excluded paths involving a glob and a dot dir or dot file anywhere in the path. Now, the pre-1.50 behaviour is restored: `*` and `**` won't implicitly match dot files or top-level dot directories. They will implicitly search non-top-level dot directories, as before (#Glob#49). |
||
|---|---|---|
| .. | ||
| Hledger | ||
| 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.