| The ordering of journalfieldnames is changed in order to comply with the requirement stated in the comment: "Names must precede any other name they contain, for the parser". If left unchanged, "account1" would precede "account11", "account12", and so on, which would break the parsing. With the new ordering, "account11" precedes "account1". | ||
|---|---|---|
| .. | ||
| Data | ||
| Read | ||
| Reports | ||
| Utils | ||
| Data.hs | ||
| Query.hs | ||
| Read.hs | ||
| Reports.hs | ||
| Utils.hs | ||