From d149df420ec4194c7e7cc349c033c0fd4bb0f92f Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 27 Aug 1999 08:20:34 +0000
Subject: [PATCH] [project @ 1999-08-27 08:20:34 by simonmar] oops, export
 threadWaitRead etc.

---
 ghc/lib/std/PrelConc.lhs | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ghc/lib/std/PrelConc.lhs b/ghc/lib/std/PrelConc.lhs
index 56af3f4fa27c..320ebff427b9 100644
--- a/ghc/lib/std/PrelConc.lhs
+++ b/ghc/lib/std/PrelConc.lhs
@@ -20,7 +20,10 @@ module PrelConc
 	, seq  		-- :: a -> b -> b
 	, yield         -- :: IO ()
 
-	{-threadDelay, threadWaitRead, threadWaitWrite,-}
+	-- Waiting
+	, threadDelay	  	-- :: Int -> IO ()
+	, threadWaitRead	-- :: Int -> IO ()
+	, threadWaitWrite	-- :: Int -> IO ()
 
 	-- MVars
 	, MVar		-- abstract
-- 
GitLab