From fc8eec6049cab18cf63e8f6d940e49ad3ffd27d6 Mon Sep 17 00:00:00 2001 From: ross Date: Sun, 17 Oct 2004 00:22:03 +0000 Subject: [PATCH] [project @ 2004-10-17 00:22:03 by ross] tighten imports --- Control/Concurrent.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Control/Concurrent.hs b/Control/Concurrent.hs index 97be321..02f74fb 100644 --- a/Control/Concurrent.hs +++ b/Control/Concurrent.hs @@ -91,7 +91,8 @@ import Prelude import Control.Exception as Exception #ifdef __GLASGOW_HASKELL__ -import GHC.Conc +import GHC.Conc ( ThreadId(..), myThreadId, killThread, yield, + threadDelay, threadWaitRead, threadWaitWrite ) import GHC.TopHandler ( reportStackOverflow, reportError ) import GHC.IOBase ( IO(..) ) import GHC.IOBase ( unsafeInterleaveIO ) -- 1.7.10.4