lib: export aliasnamep for hledger-check (#1072)

This commit is contained in:
Simon Michael 2019-07-16 23:30:15 +01:00
parent 8bdcd9b38c
commit 6e3a264f17
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ module Hledger.Read (
readJournal',
-- * Re-exported
JournalReader.accountaliasp,
JournalReader.postingp,
module Hledger.Read.Common,

View File

@ -55,7 +55,8 @@ module Hledger.Read.JournalReader (
postingp,
statusp,
emptyorcommentlinep,
followingcommentp
followingcommentp,
accountaliasp
-- * Tests
,tests_JournalReader