X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent.hs;h=c5fbaa2b9c70524673dd14029f56c71bf1663745;hb=7b956b7f0850b3ea1f006ac301cc148b3fda8d57;hp=3978db07843435ac69a62efd258a841438f48ecd;hpb=d42705d82607427de32a603361fc9420c0fd40f9;p=ghc-base.git 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.