From 5925808108344b63a98dfd3ae449aa6b4d7c785a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 19 Aug 2019 12:30:54 +0100 Subject: [PATCH] lib, web: unhide exports, fix build --- hledger-lib/CHANGES.md | 2 ++ hledger-lib/Hledger/Data/Valuation.hs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index fb18501df..9dd74cd84 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -23,6 +23,8 @@ Additions include: - mapJournalTransactions, mapJournalPostings, mapTransactionPostings - journalStartDate, journalEndDate - journalPriceOracle +- marketPriceReverse +- priceDirectiveToMarketPrice - mixedAmountApplyValuation - mixedAmountValueAtDate diff --git a/hledger-lib/Hledger/Data/Valuation.hs b/hledger-lib/Hledger/Data/Valuation.hs index 0ae0c01b7..eaad6142a 100644 --- a/hledger-lib/Hledger/Data/Valuation.hs +++ b/hledger-lib/Hledger/Data/Valuation.hs @@ -19,8 +19,8 @@ module Hledger.Data.Valuation ( -- ,amountValueAtDate ,mixedAmountApplyValuation ,mixedAmountValueAtDate - -- ,marketPriceReverse - -- ,priceDirectiveToMarketPrice + ,marketPriceReverse + ,priceDirectiveToMarketPrice -- ,priceLookup ,tests_Valuation )