diff options
author | Austin Seipp <austin@well-typed.com> | 2013-09-09 21:20:45 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2013-09-09 21:20:50 -0500 |
commit | d290ee5354169afa7cfa623e44bd6cb2ec23e9de (patch) | |
tree | df88c048d64ad7b833f35245d27f30e052cb4aa2 /docs/users_guide/using.xml | |
parent | 7740e253d0e97f85a21b4dd7061463cb1d4aa384 (diff) | |
download | haskell-d290ee5354169afa7cfa623e44bd6cb2ec23e9de.tar.gz |
Add release notes for parallel compilation driver.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'docs/users_guide/using.xml')
-rw-r--r-- | docs/users_guide/using.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 432276dc17..b9cbe3e7a8 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -596,6 +596,11 @@ ghc Main.hs invoked, so the dependencies never get out of sync with the source.</para> </listitem> + <listitem> + <para>Using the <literal>-j</literal> flag, you can compile + modules in parallel. Specify <literal>-jN</literal> to + compile <replaceable>N</replaceable> jobs in parallel.</para> + </listitem> </itemizedlist> <para>Any of the command-line options described in the rest of |