From: simonmar Date: Fri, 27 Aug 1999 08:33:06 +0000 (+0000) Subject: [project @ 1999-08-27 08:33:06 by simonmar] X-Git-Tag: Approximately_9120_patches~5864 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2e22fb9cafb37d65a5e3e5f6a4a7028e39ad6c50;p=ghc-hetmet.git [project @ 1999-08-27 08:33:06 by simonmar] Fix imports. --- diff --git a/ghc/lib/concurrent/Concurrent.lhs b/ghc/lib/concurrent/Concurrent.lhs index befeaa6..13a2851 100644 --- 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