From f51083c1ff9c98c4f6c8e02c850bb378c8052aa9 Mon Sep 17 00:00:00 2001 From: "marko.kocic" Date: Tue, 22 Sep 2009 12:26:26 +0000 Subject: [PATCH] Hlint: Error: Use fewer imports --- Ledger/Transaction.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Ledger/Transaction.hs b/Ledger/Transaction.hs index f84331fa7..bd085a034 100644 --- a/Ledger/Transaction.hs +++ b/Ledger/Transaction.hs @@ -13,7 +13,6 @@ where import Ledger.Dates import Ledger.Utils import Ledger.Types -import Ledger.Dates import Ledger.LedgerTransaction (showAccountName) import Ledger.Amount