[project @ 1999-08-27 08:33:06 by simonmar]
authorsimonmar <unknown>
Fri, 27 Aug 1999 08:33:06 +0000 (08:33 +0000)
committersimonmar <unknown>
Fri, 27 Aug 1999 08:33:06 +0000 (08:33 +0000)
Fix imports.

ghc/lib/concurrent/Concurrent.lhs

index befeaa6..13a2851 100644 (file)
@@ -56,8 +56,6 @@ import Channel
 import Semaphore
 import SampleVar
 import PrelConc
-import PrelHandle       ( topHandler, threadDelay, 
-                         threadWaitRead, threadWaitWrite )
 import PrelException
 import PrelIOBase      ( IO(..) )
 import IO