[project @ 1997-11-11 14:32:34 by simonm]
authorsimonm <unknown>
Tue, 11 Nov 1997 14:34:23 +0000 (14:34 +0000)
committersimonm <unknown>
Tue, 11 Nov 1997 14:34:23 +0000 (14:34 +0000)
commita138ab7b559413b7b27fec48e9eeefd08862159c
tree5e4af03795fb518d75d643ea69bf3dc49a497840
parentd51f7ef704de2c33db43a9f384e83eac8605bb61
[project @ 1997-11-11 14:32:34 by simonm]
Library changes to:

* remove PrimIO
* change type of _ccall_ to IO
* incorporate Alastair Reid's new library interfaces for
  compatibility with Hugs.
46 files changed:
ghc/lib/.depend
ghc/lib/concurrent/Channel.lhs
ghc/lib/concurrent/ChannelVar.lhs
ghc/lib/concurrent/Merge.lhs
ghc/lib/concurrent/SampleVar.lhs
ghc/lib/ghc/ArrBase.lhs
ghc/lib/ghc/ConcBase.lhs
ghc/lib/ghc/Error.hi-boot [new file with mode: 0644]
ghc/lib/ghc/Error.lhs [new file with mode: 0644]
ghc/lib/ghc/GHC.hi-boot
ghc/lib/ghc/GHCerr.lhs
ghc/lib/ghc/GHCmain.lhs
ghc/lib/ghc/IOBase.lhs
ghc/lib/ghc/IOHandle.lhs
ghc/lib/ghc/PackBase.lhs
ghc/lib/ghc/PrelBase.lhs
ghc/lib/ghc/PrelList.lhs
ghc/lib/ghc/PrelNum.lhs
ghc/lib/ghc/PrelRead.lhs
ghc/lib/ghc/PrelTup.lhs
ghc/lib/ghc/STBase.lhs
ghc/lib/ghc/Unsafe.lhs [new file with mode: 0644]
ghc/lib/ghc/UnsafeST.lhs [deleted file]
ghc/lib/glaExts/Addr.lhs [new file with mode: 0644]
ghc/lib/glaExts/Bits.lhs [new file with mode: 0644]
ghc/lib/glaExts/ByteArray.lhs
ghc/lib/glaExts/CCall.lhs [new file with mode: 0644]
ghc/lib/glaExts/Foreign.lhs
ghc/lib/glaExts/GlaExts.lhs
ghc/lib/glaExts/IOExts.lhs [new file with mode: 0644]
ghc/lib/glaExts/IORef.lhs [new file with mode: 0644]
ghc/lib/glaExts/Int.lhs [new file with mode: 0644]
ghc/lib/glaExts/LazyST.lhs [new file with mode: 0644]
ghc/lib/glaExts/MutVar.lhs [deleted file]
ghc/lib/glaExts/ST.lhs
ghc/lib/glaExts/Word.lhs [new file with mode: 0644]
ghc/lib/required/CPUTime.lhs
ghc/lib/required/Char.lhs
ghc/lib/required/Directory.lhs
ghc/lib/required/IO.lhs
ghc/lib/required/Ix.lhs
ghc/lib/required/Maybe.lhs
ghc/lib/required/Prelude.lhs
ghc/lib/required/System.lhs
ghc/lib/required/Time.lhs
ghc/runtime/main/TopClosure.lc