From: simonmar Date: Mon, 11 Mar 2002 13:56:49 +0000 (+0000) Subject: [project @ 2002-03-11 13:56:49 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2288 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4ba40d2d5555589ca4dd4e74b4ccb456ea4b7db3;p=ghc-hetmet.git [project @ 2002-03-11 13:56:49 by simonmar] import openFileEx and IOModeEx(..) --- 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