From 1e74f33bcd69d6ff31fa85f3b3a3dccfd891ddf0 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 18 May 1997 04:21:18 +0000 Subject: [PATCH] [project @ 1997-05-18 04:21:18 by sof] Foreign import list changed --- ghc/lib/ghc/IOHandle.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4