[commit: ghc] master: More release note fixes. (80a53aa)

git at git.haskell.org git at git.haskell.org
Tue Sep 10 05:13:14 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/80a53aa22788ce93883f2c7ba4d086f122f79612/ghc

>---------------------------------------------------------------

commit 80a53aa22788ce93883f2c7ba4d086f122f79612
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Sep 9 22:11:51 2013 -0500

    More release note fixes.
    
    This is what I get for being so hasty for release notes.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

80a53aa22788ce93883f2c7ba4d086f122f79612
 docs/users_guide/7.8.1-notes.xml |    6 ------
 docs/users_guide/flags.xml       |    2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 0027d5f..21f5419 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -184,12 +184,6 @@
                 <literal>-jN</literal> in order to compile
                 <replaceable>N</replaceable> modules in parallel.
            </para>
-
-            <para>
-                Note that if you wish for GHC to use multiple cores,
-                you will need to use the <literal>+RTS -N</literal>
-                flag.
-           </para>
        </listitem>
    </itemizedlist>
   </sect2>
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index 8afe095..43f843d 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -2985,7 +2985,7 @@
         <tbody>
           <row>
             <entry><option>-j <replaceable>N</replaceable></option></entry>
-            <entry>When compiling with <literal>--make</literal>, compile <replaceable>N</replaceable></entry>
+            <entry>When compiling with <literal>--make</literal>, compile <replaceable>N</replaceable> modules in parallel.</entry>
             <entry>dynamic</entry>
             <entry>-</entry>
           </row>





More information about the ghc-commits mailing list