projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d149df4
)
[project @ 1999-08-27 08:33:06 by simonmar]
author
simonmar
<unknown>
Fri, 27 Aug 1999 08:33:06 +0000
(08:33 +0000)
committer
simonmar
<unknown>
Fri, 27 Aug 1999 08:33:06 +0000
(08:33 +0000)
Fix imports.
ghc/lib/concurrent/Concurrent.lhs
patch
|
blob
|
history
diff --git
a/ghc/lib/concurrent/Concurrent.lhs
b/ghc/lib/concurrent/Concurrent.lhs
index
befeaa6
..
13a2851
100644
(file)
--- a/
ghc/lib/concurrent/Concurrent.lhs
+++ b/
ghc/lib/concurrent/Concurrent.lhs
@@
-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