From: sof Date: Tue, 18 Aug 1998 13:36:58 +0000 (+0000) Subject: [project @ 1998-08-18 13:36:58 by sof] X-Git-Tag: Approx_2487_patches~312 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b013eb356b0af840580638275cef67ddf682d844;p=ghc-hetmet.git [project @ 1998-08-18 13:36:58 by sof] 3.03 update: Foreign now exports ForeignObj abstractly.. --- diff --git a/ghc/compiler/utils/PrimPacked.lhs b/ghc/compiler/utils/PrimPacked.lhs index cf36882..2578d4a 100644 --- a/ghc/compiler/utils/PrimPacked.lhs +++ b/ghc/compiler/utils/PrimPacked.lhs @@ -34,6 +34,10 @@ import GlaExts import Addr ( Addr(..) ) import ST import Foreign +-- ForeignObj is now exported abstractly. +#if __GLASGOW_HASKELL__ >= 303 +import PrelForeign ( ForeignObj(..) ) +#endif #if __GLASGOW_HASKELL__ < 301 import ArrBase ( StateAndMutableByteArray#(..),