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 - mapJournalTransactions, mapJournalPostings, mapTransactionPostings
- journalStartDate, journalEndDate - journalStartDate, journalEndDate
- journalPriceOracle - journalPriceOracle
- marketPriceReverse
- priceDirectiveToMarketPrice
- mixedAmountApplyValuation - mixedAmountApplyValuation
- mixedAmountValueAtDate - mixedAmountValueAtDate

View File

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