From 5f7ae2ced62c448ed21771f3f426af67e831fce5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Jan 2020 11:57:42 -0800 Subject: [PATCH] ;lib: Amount: export mixedAmountStripPrices --- hledger-lib/Hledger/Data/Amount.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-lib/Hledger/Data/Amount.hs b/hledger-lib/Hledger/Data/Amount.hs index e488bb3b4..c12a846c3 100644 --- a/hledger-lib/Hledger/Data/Amount.hs +++ b/hledger-lib/Hledger/Data/Amount.hs @@ -99,6 +99,7 @@ module Hledger.Data.Amount ( mapMixedAmount, normaliseMixedAmountSquashPricesForDisplay, normaliseMixedAmount, + mixedAmountStripPrices, -- ** arithmetic costOfMixedAmount, mixedAmountToCost,