diff options
author | simonm <unknown> | 1998-05-26 13:00:53 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-05-26 13:00:53 +0000 |
commit | 1dc014c52d3371585fda5ecb188abec598a8c37c (patch) | |
tree | f9a910d68efaa6a40e403e51ab4bbf4edd1ff443 /ghc/lib/concurrent/Channel.lhs | |
parent | 8bdfa4b885118213f8b71a43aeaf875060bd7572 (diff) | |
download | haskell-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.lhs | 2 |
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 |