[project @ 2002-03-14 12:09:49 by simonmar]
authorsimonmar <unknown>
Thu, 14 Mar 2002 12:09:52 +0000 (12:09 +0000)
committersimonmar <unknown>
Thu, 14 Mar 2002 12:09:52 +0000 (12:09 +0000)
commitbb49ec07b01f68599a49ce04473bd9616c739687
tree7902d0a0995fdeb8f0206f08cb40585949192a68
parent0c4e2b64ded029a20e19ef9bbd4aaf8fd0830d48
[project @ 2002-03-14 12:09:49 by simonmar]
Eliminate some orphan-instance modules to speed up compilation.

I decided to just bite the bullet and give Data.Dynamic an .hi-boot
file, so I could remove GHC.Dynamic altogether, move its data types
into Data.Dynamic and hence prevent Data.Dynamic from being an orphan
module.  Furthermore, GHC.Dynamic wasn't GHC specific - its only
purpose in life was to prevent module loops, so having it at all was
artificial.
Control/Monad/Fix.hs
Data/Dynamic.hi-boot [new file with mode: 0644]
Data/Dynamic.hs
Data/Int.hs
Data/Word.hs
Foreign/Ptr.hs
Foreign/StablePtr.hs
GHC/Dynamic.lhs [deleted file]
GHC/IOBase.lhs
GHC/Stable.lhs
System/IO.hs