[project @ 1998-08-18 13:36:58 by sof]
authorsof <unknown>
Tue, 18 Aug 1998 13:36:58 +0000 (13:36 +0000)
committersof <unknown>
Tue, 18 Aug 1998 13:36:58 +0000 (13:36 +0000)
3.03 update: Foreign now exports ForeignObj abstractly..

ghc/compiler/utils/PrimPacked.lhs

index cf36882..2578d4a 100644 (file)
@@ -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#(..),