From: simonpj@microsoft.com Date: Thu, 3 May 2007 12:45:18 +0000 (+0000) Subject: Add the -ddump-mod-cycles flag to the user manual X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4813940fdda66861c686e8fd0527c6c5d0b69b1d Add the -ddump-mod-cycles flag to the user manual --- diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index 934deb1..91cefb4 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 ... + + + Display a list of the cycles in the module graph. This is + useful when trying to eliminate such cycles. You do not need the -optdep prefix + for this flag. + + + + Turn off warnings about interface file shadowing.