From 4b3b733bba54bfba07a9b5cff3445c71ad18d7e9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 27 Oct 2000 14:31:55 +0000 Subject: [PATCH] [project @ 2000-10-27 14:31:55 by simonmar] fix imports --- ghc/compiler/ghci/CmSummarise.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/ghci/CmSummarise.lhs b/ghc/compiler/ghci/CmSummarise.lhs index 19bfb37..4d03acd 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 -- 1.7.10.4