From 3fd4171f4de7ebe1761839a6e9a4818cf67f7def Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 7 Jan 2005 12:22:18 +0000 Subject: [PATCH] [project @ 2005-01-07 12:22:18 by simonmar] oops, reinstate an import --- GHC/Conc.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index ee94777..3c69c22 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -80,6 +80,7 @@ import GHC.Base ( Int(..) ) import GHC.Exception ( Exception(..), AsyncException(..) ) import GHC.Pack ( packCString# ) import GHC.Ptr ( Ptr(..), plusPtr, FunPtr(..) ) +import GHC.STRef infixr 0 `par`, `pseq` \end{code} -- 1.7.10.4