From: simonmar Date: Fri, 27 Oct 2000 15:34:30 +0000 (+0000) Subject: [project @ 2000-10-27 15:34:30 by simonmar] X-Git-Tag: Approximately_9120_patches~3477 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ed154a0c7727581ff461d4e1d69027c728eaaf2f;p=ghc-hetmet.git [project @ 2000-10-27 15:34:30 by simonmar] fix location of .hi file for packages --- diff --git a/ghc/compiler/main/Finder.lhs b/ghc/compiler/main/Finder.lhs index 2037b87..0a7f9e0 100644 --- a/ghc/compiler/main/Finder.lhs +++ b/ghc/compiler/main/Finder.lhs @@ -159,7 +159,7 @@ maybePackageModule mod_name = do return (Just (mkModule mod_name pkg_name, ModuleLocation{ hs_file = "error:_package_module;_no_source", - hi_file = hi, + hi_file = path ++ '/':hi, obj_file = "error:_package_module;_no_object" } ))