From a4ed46897929e0a328c71fff2700686191d47a24 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 31 Jul 2018 09:04:41 +0100 Subject: [PATCH] don't re-export applyTransactionModifiers from Hledger.Cli.Utils, I guess --- hledger/Hledger/Cli/Utils.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/hledger/Hledger/Cli/Utils.hs b/hledger/Hledger/Cli/Utils.hs index e5bda3912..93d907373 100644 --- a/hledger/Hledger/Cli/Utils.hs +++ b/hledger/Hledger/Cli/Utils.hs @@ -13,7 +13,6 @@ module Hledger.Cli.Utils journalTransform, journalApplyValue, journalAddForecast, - applyTransactionModifiers, -- XXX why reexported here ? journalReload, journalReloadIfChanged, journalFileIsNewer,