From: sof Date: Sun, 18 May 1997 04:21:18 +0000 (+0000) Subject: [project @ 1997-05-18 04:21:18 by sof] X-Git-Tag: Approximately_1000_patches_recorded~671 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1e74f33bcd69d6ff31fa85f3b3a3dccfd891ddf0;p=ghc-hetmet.git [project @ 1997-05-18 04:21:18 by sof] Foreign import list changed --- diff --git a/ghc/lib/ghc/IOHandle.lhs b/ghc/lib/ghc/IOHandle.lhs index a3f64ce..b3b145f 100644 --- a/ghc/lib/ghc/IOHandle.lhs +++ b/ghc/lib/ghc/IOHandle.lhs @@ -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