X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fflags.xml;h=3e70be999b8efa6280f291188e6def3599766d04;hb=1bf40a4b38180b8b1c1bdaf4919bc327d5b27abe;hp=4a502b4b8ce52cd64907d15c63b3f6b19b7e52c5;hpb=5ccf658872ea2304f34eda6b1fb840fc1bfc0ba0;p=ghc-hetmet.git diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 4a502b4..3e70be9 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -35,13 +35,7 @@ mode - - - - do a dry run - dynamic - - - - + verbose mode (equivalent to ) dynamic @@ -114,7 +108,7 @@ Which phases to run - + @@ -165,7 +159,7 @@ Alternative modes of operation - + @@ -214,7 +208,7 @@ Redirecting output - + @@ -289,9 +283,9 @@ Keeping intermediate files - + - + @@ -337,7 +331,7 @@ Temporary files - + @@ -440,7 +434,7 @@ - + Recompilation checking @@ -472,7 +466,7 @@ Interactive-mode options - + @@ -515,7 +509,7 @@ Enable usage of Show instances in :print dynamic - + Turn on printing of binding results in GHCi @@ -613,7 +607,7 @@ Language options - Language options can be enabled either by a command-line option + Language options can be enabled either by a command-line option , or by a {-# LANGUAGE blah #-} pragma in the file itself. See @@ -642,7 +636,7 @@ - Enable incoherent instances. + Enable incoherent instances. Implies dynamic @@ -668,7 +662,7 @@ - Enable record + Enable record field disambiguation dynamic @@ -682,7 +676,9 @@ - Enable generic classes + Deprecated, does nothing. No longer enables generic classes. + See also GHC's support for + generic programming. dynamic @@ -784,7 +780,7 @@ - Enable Template Haskell. + Enable Template Haskell. No longer implied by . dynamic @@ -832,7 +828,7 @@ - + Enable explicit universal quantification. Implied by , , @@ -977,6 +973,12 @@ + + Enable deriving for the Generic class. + dynamic + + + Enable newtype deriving. dynamic @@ -1008,6 +1010,12 @@ + + Enable default signatures. + dynamic + + + Enable multi parameter type classes. dynamic @@ -1032,7 +1040,7 @@ Warnings - + @@ -1165,7 +1173,7 @@ - warn when an import declaration does not explicitly + warn when an import declaration does not explicitly list all the names brought into scope dynamic @@ -1306,7 +1314,7 @@ - + Individual optimisations @@ -1486,7 +1494,7 @@ phase n =n - Set to n (default: 3) the maximum number of + Set to n (default: 3) the maximum number of specialisations that will be created for any one function by the SpecConstr transformation static @@ -1576,7 +1584,7 @@ phase n Profiling options - + @@ -1629,7 +1637,7 @@ phase n Program coverage options - + @@ -2148,7 +2156,7 @@ phase n Platform-specific options - + @@ -2181,7 +2189,7 @@ phase n - + External core file options @@ -2233,6 +2241,12 @@ phase n - + + Dump to files instead of stdout + dynamic + - + + Dump assembly dynamic @@ -2591,7 +2605,7 @@ phase n - + Misc compiler options @@ -2632,7 +2646,7 @@ phase n - Turn off the GHCi sandbox. Means computations are run in teh main thread, rather than a forked thread. + Turn off the GHCi sandbox. Means computations are run in the main thread, rather than a forked thread. dynamic -