From: simonpj@microsoft.com Date: Fri, 6 Oct 2006 15:12:34 +0000 (+0000) Subject: Mention that the module sub-directory structure for .o and .hi files is created autom... X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0ebf7478754e33020732fa2da4c0f4eedd618c6f;p=ghc-hetmet.git Mention that the module sub-directory structure for .o and .hi files is created automatically by GHC --- diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index 076af6e..d0f83a3 100644 --- a/docs/users_guide/separate_compilation.xml +++ b/docs/users_guide/separate_compilation.xml @@ -114,7 +114,9 @@ has been specified, then the object filename is dir/mod.osuf, where mod is the module name with - dots replaced by slashes. + dots replaced by slashes. GHC will silently create the necessary directory + structure underneath dir, if it does not + already exist.