X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fphases.xml;h=4afd68027475f6d639f496445f6e2fc64e875bb0;hb=b779271a1f1420c0894e721a75afece2c5e75147;hp=187bd7920560832a60788d3a4f0331caeb634afc;hpb=f81df3c6e23b8d7d02eacca3d40974a45c7eb6d6;p=ghc-hetmet.git diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index 187bd79..4afd680 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -133,7 +133,7 @@ Forcing options to a particular phase forcing GHC-phase options - Options can be forced through to a particlar compilation + Options can be forced through to a particular compilation phase, using the following flags: @@ -412,7 +412,7 @@ $ cat foo.hspp This symbol is defined when pre-processing Haskell (input) and pre-processing C (GHC output). Since GHC from - verion 4.00 now supports concurrent haskell by default, + version 4.00 now supports concurrent haskell by default, this symbol is always defined. @@ -992,7 +992,7 @@ $ cat foo.hspp More details on the use of "bound threads" in the threaded runtime can be found in the Control.Concurrent module. + url="../libraries/base/Control-Concurrent.html">Control.Concurrent module.