summaryrefslogtreecommitdiff
path: root/ghc/lib/concurrent/Channel.lhs
diff options
context:
space:
mode:
authorsimonpj <unknown>1997-01-18 10:04:45 +0000
committersimonpj <unknown>1997-01-18 10:04:45 +0000
commit8de16184643ea3c2f9f30b5eaed18db6ef247760 (patch)
treebd2d697718c8a0f3d7b6b118638255aa6b2d0762 /ghc/lib/concurrent/Channel.lhs
parentfa44695e06cf83d8bcef2c826cb6b39d6ffc49c0 (diff)
downloadhaskell-8de16184643ea3c2f9f30b5eaed18db6ef247760.tar.gz
[project @ 1997-01-18 10:03:27 by simonpj]
More polishing by Simon; to get nofib to run!
Diffstat (limited to 'ghc/lib/concurrent/Channel.lhs')
-rw-r--r--ghc/lib/concurrent/Channel.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/lib/concurrent/Channel.lhs b/ghc/lib/concurrent/Channel.lhs
index 2a947bb727..2d0c93550c 100644
--- a/ghc/lib/concurrent/Channel.lhs
+++ b/ghc/lib/concurrent/Channel.lhs
@@ -26,6 +26,7 @@ module Channel
) where
+import Prelude
import IOBase ( IO(..) ) -- Suspicious!
import ConcBase
import STBase