From e2424a6c39f2bc25e8c034af3d539455e937213e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 19 Aug 2007 00:05:10 +0000 Subject: [PATCH] Document the compiler --info flag --- docs/users_guide/flags.xml | 6 ++++++ docs/users_guide/using.xml | 12 ++++++++++++ 2 files changed, 18 insertions(+) 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 -- 1.7.10.4