[project @ 2002-03-11 13:56:49 by simonmar]
authorsimonmar <unknown>
Mon, 11 Mar 2002 13:56:49 +0000 (13:56 +0000)
committersimonmar <unknown>
Mon, 11 Mar 2002 13:56:49 +0000 (13:56 +0000)
import openFileEx and IOModeEx(..)

ghc/compiler/utils/Binary.hs

index 207394b..cea5c0f 100644 (file)
@@ -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