[commit: ghc] master: Threaded is no longer conditional in the quickest flavour (f6a491d)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:11:15 UTC 2018


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

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

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

commit f6a491d198de127fcce1fdeeb86ca0b062082ca9
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Nov 5 00:40:54 2017 +0000

    Threaded is no longer conditional in the quickest flavour
    
    See #414


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

f6a491d198de127fcce1fdeeb86ca0b062082ca9
 doc/flavours.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/flavours.md b/doc/flavours.md
index 185cf6b..f276dbb 100644
--- a/doc/flavours.md
+++ b/doc/flavours.md
@@ -168,8 +168,8 @@ information. The following table lists ways that are built in different flavours
     <th>quickest</th>
     <td>vanilla</td>
     <td>vanilla</td>
-    <td>vanilla<br>threaded (when --haddock)</td>
-    <td>vanilla<br>threaded (when --haddock)</td>
+    <td>vanilla<br>threaded</td>
+    <td>vanilla<br>threaded</td>
     <td>No</td>
     <td>No</td>
 </tr>



More information about the ghc-commits mailing list