From 11519744d8bf9b585d3eccd2b59f294480ad5701 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 19 Aug 2019 11:59:32 +0100 Subject: [PATCH] ;lib: Valuation: hide some exports --- hledger-lib/Hledger/Data/Valuation.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hledger-lib/Hledger/Data/Valuation.hs b/hledger-lib/Hledger/Data/Valuation.hs index 839a8c0f4..0ae0c01b7 100644 --- a/hledger-lib/Hledger/Data/Valuation.hs +++ b/hledger-lib/Hledger/Data/Valuation.hs @@ -15,13 +15,13 @@ module Hledger.Data.Valuation ( ValuationType(..) ,PriceOracle ,journalPriceOracle - -- ,amountValueAtDate -- ,amountApplyValuation - ,mixedAmountValueAtDate + -- ,amountValueAtDate ,mixedAmountApplyValuation - ,marketPriceReverse - ,priceDirectiveToMarketPrice - ,priceLookup + ,mixedAmountValueAtDate + -- ,marketPriceReverse + -- ,priceDirectiveToMarketPrice + -- ,priceLookup ,tests_Valuation ) where