From: Ian Lynagh Date: Sun, 19 Aug 2007 00:05:10 +0000 (+0000) Subject: Document the compiler --info flag X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e2424a6c39f2bc25e8c034af3d539455e937213e Document the compiler --info flag --- diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index b0dbfb1..f185fb2 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -66,6 +66,12 @@ - + + display information about the compiler + mode + - + + display GHC version mode diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 7a1391c..ee4d9fd 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -355,6 +355,18 @@ module X where + ghc --info + + + + + Print information about the compiler. + + + + + + ghc --version ghc -V