From: simonmar Date: Tue, 23 Sep 2003 16:13:59 +0000 (+0000) Subject: [project @ 2003-09-23 16:13:59 by simonmar] X-Git-Tag: nhc98-1-18-release~499 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c661d1f356bae58fdd38110f358c080bb976e086;p=haskell-directory.git [project @ 2003-09-23 16:13:59 by simonmar] Haddock fix. --- diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 3978db0..c5fbaa2 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -317,7 +317,7 @@ Support for multiple operating system threads and bound threads as described below is currently only available in the GHC runtime system when the runtime system has been compiled using a special option. -When recompiling GHC, use ./configure --enable-threaded-rts to enable this. +When recompiling GHC, use .\/configure --enable-threaded-rts to enable this. To find your GHC has already been compiled that way, use 'rtsSupportsBoundThreads' from GHCi.