summaryrefslogtreecommitdiff
path: root/ghc/docs
diff options
context:
space:
mode:
authorsimonpj <unknown>1999-12-29 12:38:25 +0000
committersimonpj <unknown>1999-12-29 12:38:25 +0000
commit3ccf49310426b965c3ac191878b852bc99ff6b46 (patch)
treeb25df46220c8cec92f42dfe3d4f12f8f50203499 /ghc/docs
parent9b828bafef4209f72a43c0a289be85c9fd8003e8 (diff)
downloadhaskell-3ccf49310426b965c3ac191878b852bc99ff6b46.tar.gz
[project @ 1999-12-29 12:38:25 by simonpj]
Clarification on output files
Diffstat (limited to 'ghc/docs')
-rw-r--r--ghc/docs/users_guide/using.vsgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml
index 4507712034..88d404ad28 100644
--- a/ghc/docs/users_guide/using.vsgml
+++ b/ghc/docs/users_guide/using.vsgml
@@ -463,7 +463,10 @@ file</em> @A.hi@. The interface file is not intended for human
consumption, as you'll see if you take a look at one. It's merely
there to help the compiler compile other modules in the same program.
-NOTE: Having the name of the interface file follow the module name and
+NOTE: <em>The name of the interface file is derived from the name
+of the module, not from the name of the file containing the module</em>.
+This means that GHC knows what to look for when it sees <tt>import A</tt>
+in another module. However, having the name of the interface file follow the module name and
not the file name, means that working with tools such as @make(1)@
become harder. @make@ implicitly assumes that any output files
produced by processing a translation unit will have file names that