From: simonmar Date: Fri, 7 Jan 2005 12:22:18 +0000 (+0000) Subject: [project @ 2005-01-07 12:22:18 by simonmar] X-Git-Tag: nhc98-1-18-release~136 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3fd4171f4de7ebe1761839a6e9a4818cf67f7def;hp=c71f875f0b7d51cb6a61396d5f3cc5771a638728;p=haskell-directory.git [project @ 2005-01-07 12:22:18 by simonmar] oops, reinstate an import --- 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}