From 3e08791426beb5cf1332542f6075df5613df73bd Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 19 Aug 2009 12:54:40 +0000 Subject: [PATCH] Fix warnings --- compiler/main/Finder.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/main/Finder.lhs b/compiler/main/Finder.lhs index ad163f2..0fb27a3 100644 --- a/compiler/main/Finder.lhs +++ b/compiler/main/Finder.lhs @@ -34,7 +34,6 @@ import Util import PrelNames ( gHC_PRIM ) import DynFlags import Outputable -import FiniteMap import LazyUniqFM import Maybes ( expectJust ) import Exception ( evaluate ) -- 1.7.10.4