lib, web: unhide exports, fix build

This commit is contained in:
Simon Michael 2019-08-19 12:30:54 +01:00
parent 8a7905ac73
commit 5925808108
2 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,8 @@ Additions include:
- mapJournalTransactions, mapJournalPostings, mapTransactionPostings
- journalStartDate, journalEndDate
- journalPriceOracle
- marketPriceReverse
- priceDirectiveToMarketPrice
- mixedAmountApplyValuation
- mixedAmountValueAtDate

View File

@ -19,8 +19,8 @@ module Hledger.Data.Valuation (
-- ,amountValueAtDate
,mixedAmountApplyValuation
,mixedAmountValueAtDate
-- ,marketPriceReverse
-- ,priceDirectiveToMarketPrice
,marketPriceReverse
,priceDirectiveToMarketPrice
-- ,priceLookup
,tests_Valuation
)