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,