diff options
author | simonpj@microsoft.com <unknown> | 2006-10-06 15:12:34 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2006-10-06 15:12:34 +0000 |
commit | 0ebf7478754e33020732fa2da4c0f4eedd618c6f (patch) | |
tree | 74d4618a06f386c52fed65be50c24af144385cdd | |
parent | dd0a2fe88071b516589a34676286e8266accb670 (diff) | |
download | haskell-0ebf7478754e33020732fa2da4c0f4eedd618c6f.tar.gz |
Mention that the module sub-directory structure for .o and .hi files is created automatically by GHC
-rw-r--r-- | docs/users_guide/separate_compilation.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index 076af6e81c..d0f83a3764 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 <replaceable>dir</replaceable>/<replaceable>mod</replaceable>.<replaceable>osuf</replaceable>, where <replaceable>mod</replaceable> is the module name with - dots replaced by slashes.</para> + dots replaced by slashes. GHC will silently create the necessary directory + structure underneath <replaceable>dir</replaceable>, if it does not + already exist.</para> </listitem> </itemizedlist> |