[project @ 2000-10-27 11:51:13 by simonmar]
authorsimonmar <unknown>
Fri, 27 Oct 2000 11:51:13 +0000 (11:51 +0000)
committersimonmar <unknown>
Fri, 27 Oct 2000 11:51:13 +0000 (11:51 +0000)
remove unneeded exports

ghc/compiler/main/Finder.lhs

index 501dbd0..b92848a 100644 (file)
@@ -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"