Skip to content
Snippets Groups Projects
Commit ed154a0c authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-10-27 15:34:30 by simonmar]

fix location of .hi file for packages
parent b5a57405
No related merge requests found
......@@ -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"
}
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment