From 853e11c0da00078a7d5f664e381c74ff41c3907d Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 2 Aug 2002 09:44:26 +0000 Subject: [PATCH] [project @ 2002-08-02 09:44:26 by simonmar] Mention that --show-iface is needed for viewing interface files. --- ghc/docs/users_guide/separate_compilation.sgml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc/docs/users_guide/separate_compilation.sgml b/ghc/docs/users_guide/separate_compilation.sgml index ccff0b5..51cad70 100644 --- a/ghc/docs/users_guide/separate_compilation.sgml +++ b/ghc/docs/users_guide/separate_compilation.sgml @@ -707,9 +707,12 @@ every orphan module below the module being compiled. This is usually wasted work, but there is no avoiding it. You should therefore do your best to have as few orphan modules as possible. - -You can identify an orphan module by looking in its interface file, M.hi. If there is a ``!'' on -the first line, GHC considers it an orphan module. + + + You can identify an orphan module by looking in its interface +file, M.hi, using the +. If there is a ``!'' on the first line, +GHC considers it an orphan module. -- 1.7.10.4