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', readJournal',
-- * Re-exported -- * Re-exported
JournalReader.accountaliasp,
JournalReader.postingp, JournalReader.postingp,
module Hledger.Read.Common, module Hledger.Read.Common,

View File

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