From 67bc0df44a8ca78a66bd99469b7e19feeb9c18d0 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 27 Oct 2000 11:51:13 +0000
Subject: [PATCH] [project @ 2000-10-27 11:51:13 by simonmar] remove unneeded
 exports

---
 ghc/compiler/main/Finder.lhs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ghc/compiler/main/Finder.lhs b/ghc/compiler/main/Finder.lhs
index 501dbd001c69..b92848aefd27 100644
--- a/ghc/compiler/main/Finder.lhs
+++ b/ghc/compiler/main/Finder.lhs
@@ -6,9 +6,7 @@
 \begin{code}
 module Finder (
     initFinder, 	-- :: PackageConfigInfo -> IO (), 
-    findModule,		-- :: ModuleName -> IO (Maybe (Module, ModuleLocation))
-    ModuleLocation(..),
-    mkHomeModuleLocn,
+    findModule		-- :: ModuleName -> IO (Maybe (Module, ModuleLocation))
   ) where
 
 #include "HsVersions.h"
-- 
GitLab