From: simonmar Date: Fri, 27 Aug 1999 08:34:15 +0000 (+0000) Subject: [project @ 1999-08-27 08:34:15 by simonmar] X-Git-Tag: Approximately_9120_patches~5863 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=253513ac415de49fb7f601aaf7447de5c1362701;p=ghc-hetmet.git [project @ 1999-08-27 08:34:15 by simonmar] wibble --- diff --git a/ghc/lib/concurrent/Concurrent.lhs b/ghc/lib/concurrent/Concurrent.lhs index 13a2851..132922e 100644 --- a/ghc/lib/concurrent/Concurrent.lhs +++ b/ghc/lib/concurrent/Concurrent.lhs @@ -56,6 +56,7 @@ import Channel import Semaphore import SampleVar import PrelConc +import PrelHandle ( topHandler ) import PrelException import PrelIOBase ( IO(..) ) import IO