diff --git a/ghc/compiler/ghci/CmSummarise.lhs b/ghc/compiler/ghci/CmSummarise.lhs
index 19bfb371d809eccb5b8718f507ba9a5e9e73590e..4d03acd2e1e71cb1fb18fe9c1c2e473af26ce1c6 100644
--- a/ghc/compiler/ghci/CmSummarise.lhs
+++ b/ghc/compiler/ghci/CmSummarise.lhs
@@ -14,7 +14,7 @@ where
 
 import List 		( nub )
 import Char		( ord, isAlphaNum )
-import Finder
+import HscTypes		( ModuleLocation(..) )
 import FastTypes
 
 import Module