[commit: ghc] master: Release note wibble. (4985788)
git at git.haskell.org
git at git.haskell.org
Fri Oct 25 17:33:34 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/49857886538dcd0d4ecf51e9b5a116101d0cde0c/ghc
>---------------------------------------------------------------
commit 49857886538dcd0d4ecf51e9b5a116101d0cde0c
Author: Austin Seipp <austin at well-typed.com>
Date: Fri Oct 25 12:33:26 2013 -0500
Release note wibble.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
49857886538dcd0d4ecf51e9b5a116101d0cde0c
docs/users_guide/7.8.1-notes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 8908a22..6e651ca 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -197,7 +197,10 @@
compiling with <literal>--make</literal> (which is on
by default,) you may also specify
<literal>-jN</literal> in order to compile
- <replaceable>N</replaceable> modules in parallel.
+ <replaceable>N</replaceable> modules in
+ parallel. (Note: this will automatically scale on
+ multicore machines without specifying <literal>+RTS
+ -N</literal> to the compiler.)
</para>
</listitem>
More information about the ghc-commits
mailing list