[commit: ghc] master: -include-pkg-deps takes only one hyphen. (070f76a)
git at git.haskell.org
git at git.haskell.org
Sat Jul 25 21:27:09 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/070f76ac36983c33919628092e992bef1055869e/ghc
>---------------------------------------------------------------
commit 070f76ac36983c33919628092e992bef1055869e
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sat Jul 25 14:28:11 2015 -0700
-include-pkg-deps takes only one hyphen.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
070f76ac36983c33919628092e992bef1055869e
docs/users_guide/separate_compilation.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml
index 7209f5e..281cf14 100644
--- a/docs/users_guide/separate_compilation.xml
+++ b/docs/users_guide/separate_compilation.xml
@@ -1150,7 +1150,7 @@ M.o : X.hi-boot
locate any imported modules that come from packages. The
package modules won't be included in the dependencies
generated, though (but see the
- <option>--include-pkg-deps</option> option below).</para>
+ <option>-include-pkg-deps</option> option below).</para>
<para>The dependency generation phase of GHC can take some
additional options, which you may find useful.
@@ -1226,7 +1226,7 @@ M.o : X.hi-boot
</varlistentry>
<varlistentry>
- <term><option>--include-pkg-deps</option></term>
+ <term><option>-include-pkg-deps</option></term>
<listitem>
<para>Regard modules imported from packages as unstable,
i.e., generate dependencies on any imported package modules
More information about the ghc-commits
mailing list