redundant import
authorSimon Marlow <simonmar@microsoft.com>
Tue, 4 Jul 2006 13:54:35 +0000 (13:54 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 4 Jul 2006 13:54:35 +0000 (13:54 +0000)
compiler/main/HscTypes.lhs

index c46d78e..0ac5790 100644 (file)
@@ -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 )