From: Ian Lynagh Date: Wed, 19 Aug 2009 12:54:40 +0000 (+0000) Subject: Fix warnings X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3e08791426beb5cf1332542f6075df5613df73bd;p=ghc-hetmet.git Fix warnings --- 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 )