[project @ 2000-10-27 14:31:55 by simonmar]
authorsimonmar <unknown>
Fri, 27 Oct 2000 14:31:55 +0000 (14:31 +0000)
committersimonmar <unknown>
Fri, 27 Oct 2000 14:31:55 +0000 (14:31 +0000)
fix imports

ghc/compiler/ghci/CmSummarise.lhs

index 19bfb37..4d03acd 100644 (file)
@@ -14,7 +14,7 @@ where
 
 import List            ( nub )
 import Char            ( ord, isAlphaNum )
-import Finder
+import HscTypes                ( ModuleLocation(..) )
 import FastTypes
 
 import Module