From fe91e2bd0fc7be5b8e0016da242b784ecf46bdf2 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 12:53:10 +0000 Subject: [PATCH] [project @ 1998-08-14 12:53:10 by sof] Import PrelErr using {-# SOURCE #-} --- ghc/lib/std/PrelConc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/PrelConc.lhs b/ghc/lib/std/PrelConc.lhs index e2da14b..8068864 100644 --- a/ghc/lib/std/PrelConc.lhs +++ b/ghc/lib/std/PrelConc.lhs @@ -20,9 +20,9 @@ module PrelConc( ) where import PrelBase +import {-# SOURCE #-} PrelErr ( parError ) import PrelST ( ST(..), STret(..), StateAndPtr#(..) ) import PrelIOBase ( IO(..), IOResult(..), MVar(..) ) -import PrelErr ( parError ) import PrelBase ( Int(..) ) import PrelGHC ( fork#, delay#, waitRead#, waitWrite#, SynchVar#, newSynchVar#, takeMVar#, putMVar#, -- 1.7.10.4