[project @ 2000-10-27 11:51:13 by simonmar]
[ghc-hetmet.git] / 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"