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