From ed154a0c7727581ff461d4e1d69027c728eaaf2f Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 27 Oct 2000 15:34:30 +0000 Subject: [PATCH] [project @ 2000-10-27 15:34:30 by simonmar] fix location of .hi file for packages --- ghc/compiler/main/Finder.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } )) -- 1.7.10.4