summaryrefslogtreecommitdiff
path: root/ghc/lib/concurrent/Channel.lhs
diff options
context:
space:
mode:
authorsimonm <unknown>1998-05-26 13:00:53 +0000
committersimonm <unknown>1998-05-26 13:00:53 +0000
commit1dc014c52d3371585fda5ecb188abec598a8c37c (patch)
treef9a910d68efaa6a40e403e51ab4bbf4edd1ff443 /ghc/lib/concurrent/Channel.lhs
parent8bdfa4b885118213f8b71a43aeaf875060bd7572 (diff)
downloadhaskell-1dc014c52d3371585fda5ecb188abec598a8c37c.tar.gz
[project @ 1998-05-26 13:00:47 by simonm]
- remove references to PrelUnsafe(ST)
Diffstat (limited to 'ghc/lib/concurrent/Channel.lhs')
-rw-r--r--ghc/lib/concurrent/Channel.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/lib/concurrent/Channel.lhs b/ghc/lib/concurrent/Channel.lhs
index 6ae4ac83ff..ec874797d7 100644
--- a/ghc/lib/concurrent/Channel.lhs
+++ b/ghc/lib/concurrent/Channel.lhs
@@ -29,7 +29,7 @@ module Channel
import Prelude
import PrelConc
import PrelST
-import PrelUnsafe ( unsafeInterleaveIO )
+import PrelIOBase ( unsafeInterleaveIO )
\end{code}
A channel is represented by two @MVar@s keeping track of the two ends