;lib: Valuation: hide some exports

This commit is contained in:
Simon Michael 2019-08-19 11:59:32 +01:00
parent cc9d7f8ae0
commit 11519744d8

View File

@ -15,13 +15,13 @@ module Hledger.Data.Valuation (
ValuationType(..) ValuationType(..)
,PriceOracle ,PriceOracle
,journalPriceOracle ,journalPriceOracle
-- ,amountValueAtDate
-- ,amountApplyValuation -- ,amountApplyValuation
,mixedAmountValueAtDate -- ,amountValueAtDate
,mixedAmountApplyValuation ,mixedAmountApplyValuation
,marketPriceReverse ,mixedAmountValueAtDate
,priceDirectiveToMarketPrice -- ,marketPriceReverse
,priceLookup -- ,priceDirectiveToMarketPrice
-- ,priceLookup
,tests_Valuation ,tests_Valuation
) )
where where