[project @ 2005-02-03 10:38:44 by simonmar]
[ghc-base.git] / Control / Concurrent.hs
index 8df665e..6f183cb 100644 (file)
@@ -96,7 +96,7 @@ import GHC.Conc               ( ThreadId(..), myThreadId, killThread, yield,
 import GHC.TopHandler   ( reportStackOverflow, reportError )
 import GHC.IOBase      ( IO(..) )
 import GHC.IOBase      ( unsafeInterleaveIO )
-import GHC.IOBase   ( newIORef, readIORef, writeIORef )
+import GHC.IOBase      ( newIORef, readIORef, writeIORef )
 import GHC.Base
 
 import Foreign.StablePtr