[project @ 2001-07-03 11:37:49 by simonmar]
authorsimonmar <unknown>
Tue, 3 Jul 2001 11:37:51 +0000 (11:37 +0000)
committersimonmar <unknown>
Tue, 3 Jul 2001 11:37:51 +0000 (11:37 +0000)
commit5545727d5a6a1fc6d5d00f32a92a8fdf0fb7ca77
tree6276873211082b6a31b957187d2c3fe059dc1c34
parent57c3c2ff4451c41ec6c21e9ce02c9e4ae7bb6639
[project @ 2001-07-03 11:37:49 by simonmar]
Latest round of changes, incorporating:

  - some changes to the portability/stability requested by Malcolm
  - Control.Monad.Fix is portable, IO/ST instances moved to System.IO,
    Control.Monad.ST respectively.
  - GHC.Tup moved to Data.Tuple, the code in here is mostly portable
    (and the interface better be).
40 files changed:
Control/Monad/Fix.hs
Control/Monad/ST.hs
Control/Monad/ST/Lazy.hs
Control/Monad/ST/Strict.hs
Data/Bits.hs
Data/Bool.hs
Data/Dynamic.hs
Data/Either.hs
Data/IORef.hs
Data/Int.hs
Data/Maybe.hs
Data/PackedString.hs
Data/STRef.hs
Data/Word.hs
Foreign.hs
Foreign/C.hs
Foreign/C/Error.hs
Foreign/C/String.hs
Foreign/C/Types.hs
Foreign/C/TypesISO.hs
Foreign/ForeignPtr.hs
Foreign/Marshal/Alloc.hs
Foreign/Marshal/Array.hs
Foreign/Marshal/Error.hs
Foreign/Marshal/Utils.hs
Foreign/Ptr.hs
Foreign/StablePtr.hs
Foreign/Storable.hs
GHC/Base.lhs
GHC/Enum.lhs
GHC/Err.hi-boot
GHC/List.lhs
GHC/Prim.hi-boot
GHC/Show.lhs
GHC/Tup.lhs [deleted file]
Makefile
Prelude.hs
System/IO.hs
System/IO/Directory.hsc
System/Info.hs