fix "import Hledger", and also include Hledger.Utils, for easier scripting
This commit is contained in:
parent
c461104a53
commit
b27c90aea5
9
hledger-lib/Hledger.hs
Normal file
9
hledger-lib/Hledger.hs
Normal file
@ -0,0 +1,9 @@
|
||||
module Hledger (
|
||||
module Hledger.Data
|
||||
,module Hledger.Read
|
||||
,module Hledger.Utils
|
||||
)
|
||||
where
|
||||
import Hledger.Data
|
||||
import Hledger.Read
|
||||
import Hledger.Utils
|
||||
Loading…
Reference in New Issue
Block a user