From: Milan Straka Date: Wed, 31 Mar 2010 15:36:26 +0000 (+0000) Subject: Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2261c91682719ed47da25790442c76b2b6814c56 Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs. --- diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index 513b26f..4336354 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -286,7 +286,7 @@ Show the output of each run of the simplifier. Used when even - doesn't cut it. + doesn't cut it. @@ -375,7 +375,7 @@ of output!) So: when we're really desperate: -% ghc -noC -O -ddump-simpl -dverbose-simpl -dcore-lint Foo.hs +% ghc -noC -O -ddump-simpl -dverbose-core2core -dcore-lint Foo.hs