From 4813940fdda66861c686e8fd0527c6c5d0b69b1d Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 3 May 2007 12:45:18 +0000 Subject: [PATCH] Add the -ddump-mod-cycles flag to the user manual --- docs/users_guide/separate_compilation.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 1.7.10.4