[project @ 2003-06-19 13:04:49 by simonmar]
authorsimonmar <unknown>
Thu, 19 Jun 2003 13:04:52 +0000 (13:04 +0000)
committersimonmar <unknown>
Thu, 19 Jun 2003 13:04:52 +0000 (13:04 +0000)
commit4a46c7689460b6b8f77fc4e8dca2026825cbef45
tree17c561d3a2a55b4343f076b4f4448a291d0eb24e
parent0ff27fb0b00d271170a346d75ffe38cebabb3b11
[project @ 2003-06-19 13:04:49 by simonmar]
Following near-silence on the libraries list, add

  openBinaryFile :: FilePath -> IOMode -> IO Handle
  hSetBinaryMode :: Handle -> Bool -> IO ()

to System.IO.

IOModeEx(..) and openFileEx are still available from IOExts (package
lang), but are marked DEPRECATED.
GHC/Handle.hs
System/IO.hs