diff options
author | simonpj@microsoft.com <unknown> | 2007-05-03 12:45:18 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2007-05-03 12:45:18 +0000 |
commit | 4813940fdda66861c686e8fd0527c6c5d0b69b1d (patch) | |
tree | d1c2035755ba2fbfc95cac045bf20ea4f71602a9 /docs | |
parent | 7d817d447d3ee0df22691afad29c94ebbb334120 (diff) | |
download | haskell-4813940fdda66861c686e8fd0527c6c5d0b69b1d.tar.gz |
Add the -ddump-mod-cycles flag to the user manual
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/separate_compilation.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index 934deb17e4..91cefb449c 100644 --- a/docs/users_guide/separate_compilation.xml +++ b/docs/users_guide/separate_compilation.xml @@ -1016,6 +1016,15 @@ ghc -M -optdep-f -optdep.depend ... <variablelist> <varlistentry> + <term><option>-ddump-mod-cycles</option></term> + <listitem> + <para>Display a list of the cycles in the module graph. This is + useful when trying to eliminate such cycles. You do not need the <literal>-optdep</literal> prefix + for this flag.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-w</option></term> <listitem> <para>Turn off warnings about interface file shadowing.</para> |