From 0f9c1806cfaa74390a8b18406a7a796e277c2bca Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 4 Jul 2006 13:54:35 +0000 Subject: [PATCH] redundant import --- compiler/main/HscTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4