[project @ 1997-05-18 04:21:18 by sof]
authorsof <unknown>
Sun, 18 May 1997 04:21:18 +0000 (04:21 +0000)
committersof <unknown>
Sun, 18 May 1997 04:21:18 +0000 (04:21 +0000)
Foreign import list changed

ghc/lib/ghc/IOHandle.lhs

index a3f64ce..b3b145f 100644 (file)
@@ -8,9 +8,9 @@ This module defines Haskell {\em handles} and the basic operations
 which are supported for them.
 
 \begin{code}
+{-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-}
 #include "error.h"
 
-{-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-}
 
 module IOHandle where
 
@@ -23,7 +23,7 @@ import IOBase
 import PrelTup
 import PrelBase
 import GHC
-import Foreign  ( makeForeignObj, writeForeignObj )
+import Foreign  ( ForeignObj, Addr, makeForeignObj, writeForeignObj )
 import PrelList (span)
 #if defined(__CONCURRENT_HASKELL__)
 import ConcBase