From 7c227f3e98f7d1538cd63f7c55a7af916f6bd47d Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Mon, 30 May 2011 09:48:30 +0200 Subject: [PATCH] phases.xml whitespace --- docs/users_guide/phases.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index dfa10a5..f2f3bb6 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -5,7 +5,7 @@ Replacing the program for one or more phases phases, changing - + You may specify that a different program be used for one of the phases of the compilation system, in place of whatever the ghc has wired into it. For example, you @@ -409,7 +409,7 @@ $ cat foo.hspp for Windows, solaris, etc.). - + arch_HOST_ARCH=1 @@ -437,7 +437,7 @@ $ cat foo.hspp strmod = "\ \ p \ \ " - + don't work with ; /usr/bin/cpp elides the backslash-newline pairs. @@ -452,7 +452,7 @@ $ cat foo.hspp Options affecting a Haskell pre-processor - + pre-processing: custom Pre-processor options @@ -855,11 +855,11 @@ $ cat foo.hspp However, if all the modules are otherwise up to date, you may need to force recompilation both of the module where the new "main" is, and of the module where the "main" function used to be; - ghc is not clever + ghc is not clever enough to figure out that they both need recompiling. You can force recompilation by removing the object file, or by using the flag. - + @@ -928,7 +928,7 @@ $ cat foo.hspp The threaded runtime system provides the following benefits: - + Parallelismparallelism on a multiprocessormultiprocessorSMP or multicoremulticore machine. See . @@ -1038,7 +1038,7 @@ $ cat foo.hspp sets the default heap size to 128MB. This will always be the default heap size for this program, unless the user overrides it. (Depending on the setting of the option, the user might - not have the ability to change RTS options at run-time, in which case + not have the ability to change RTS options at run-time, in which case would be the only way to set them.) @@ -1074,7 +1074,7 @@ $ cat foo.hspp system using the security control panel, but GHC by default generates binaries that don't depend on the user having disabled installer detection. - + The disables generation of the manifest file. One reason to do this would be if you had a manifest file of your own, for example. @@ -1086,7 +1086,7 @@ $ cat foo.hspp , see below. - + @@ -1102,15 +1102,15 @@ $ cat foo.hspp ; to see exactly what GHC does to embed the manifest, use the flag. A GHC installation comes with its own copy of windres for this reason. - + See also () and + linkend="replacing-phases" />) and (). - + @@ -1125,7 +1125,7 @@ $ cat foo.hspp disk-space cost of creating this import library, which can be substantial - it might require as much space as the code itself, as Haskell DLLs tend to export lots of symbols. - + As long as you are happy to only be able to link to the DLL using GetProcAddress and friends, you can supply the flag to disable the creation of the import -- 1.7.10.4