From c661d1f356bae58fdd38110f358c080bb976e086 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 23 Sep 2003 16:13:59 +0000 Subject: [PATCH] [project @ 2003-09-23 16:13:59 by simonmar] Haddock fix. --- Control/Concurrent.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4