diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-07-25 14:28:11 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-07-25 14:28:11 -0700 |
commit | 070f76ac36983c33919628092e992bef1055869e (patch) | |
tree | 0820b307fc1ffde210697fe0df61917a22790582 /docs | |
parent | b04bed0a391335e70b3c3bdbdccbaa0781697cce (diff) | |
download | haskell-070f76ac36983c33919628092e992bef1055869e.tar.gz |
-include-pkg-deps takes only one hyphen.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/separate_compilation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index 7209f5e7c2..281cf146a1 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 |