From: Simon Marlow Date: Tue, 4 Jul 2006 13:54:35 +0000 (+0000) Subject: redundant import X-Git-Tag: Before_FC_branch_merge~315 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0f9c1806cfaa74390a8b18406a7a796e277c2bca redundant import --- diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs index c46d78e..0ac5790 100644 --- a/compiler/main/HscTypes.lhs +++ b/compiler/main/HscTypes.lhs @@ -95,7 +95,7 @@ import IfaceSyn ( IfaceInst, IfaceRule, IfaceDecl(ifName) ) import FiniteMap ( FiniteMap ) import CoreSyn ( CoreRule ) -import Maybes ( orElse, expectJust, expectJust ) +import Maybes ( orElse, expectJust ) import Outputable import SrcLoc ( SrcSpan, Located ) import UniqSupply ( UniqSupply )