From e29e49947a1b09ba7a3d1de6c58e7d8ef33674cb Mon Sep 17 00:00:00 2001 From: igloo Date: Thu, 6 Jan 2005 19:01:10 +0000 Subject: [PATCH] [project @ 2005-01-06 19:01:10 by igloo] Document some missing flags. --- ghc/docs/users_guide/flags.xml | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml index a148fce..bd4d831 100644 --- a/ghc/docs/users_guide/flags.xml +++ b/ghc/docs/users_guide/flags.xml @@ -123,6 +123,55 @@ + + Alternative modes of operation (<xref linkend="modes"/>) + + + + + + Flag + Description + Static/Dynamic + Reverse + + + + + + Interactive mode - normally used by just running ghci + static + - + + + + Build a multi-module Haskell program, automatically figuring out dependencies. Likely to be much easier, and faster, than using make. + static + - + + + + Evaluate expr + static + - + + + + Generate dependency information suitable for use in a Makefile. + static + - + + + + DLL-creation mode (Windows only) + static + - + + + + + + Redirecting output (<xref linkend="options-output"/>) -- 1.7.10.4