From 4ba40d2d5555589ca4dd4e74b4ccb456ea4b7db3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Mar 2002 13:56:49 +0000 Subject: [PATCH] [project @ 2002-03-11 13:56:49 by simonmar] import openFileEx and IOModeEx(..) --- ghc/compiler/utils/Binary.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/utils/Binary.hs b/ghc/compiler/utils/Binary.hs index 207394b..cea5c0f 100644 --- a/ghc/compiler/utils/Binary.hs +++ b/ghc/compiler/utils/Binary.hs @@ -91,6 +91,7 @@ import GHC.Real ( Ratio(..) ) import GHC.Exts import GHC.IOBase ( IO(..) ) import GHC.Word ( Word8(..) ) +import GHC.Handle ( openFileEx, IOModeEx(..) ) #endif #if __GLASGOW_HASKELL__ < 503 -- 1.7.10.4