--- ghc6-6.2.2.orig/ghc/docs/users_guide/flags.sgml +++ ghc6-6.2.2/ghc/docs/users_guide/flags.sgml @@ -117,6 +117,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">)