From: simonmar Date: Fri, 27 Oct 2000 11:51:13 +0000 (+0000) Subject: [project @ 2000-10-27 11:51:13 by simonmar] X-Git-Tag: Approximately_9120_patches~3490 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=67bc0df44a8ca78a66bd99469b7e19feeb9c18d0;p=ghc-hetmet.git [project @ 2000-10-27 11:51:13 by simonmar] remove unneeded exports --- diff --git a/ghc/compiler/main/Finder.lhs b/ghc/compiler/main/Finder.lhs index 501dbd0..b92848a 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"