[[project @ 2005-01-06 19:01:10 by igloo] igloo**20050106190110 Document some missing flags. ] { hunk ./ghc/docs/users_guide/flags.xml 125 + + + 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 + - + + + + + }