Trim imports, remove a cycle
authorsimonpj@microsoft <unknown>
Thu, 3 May 2007 12:30:10 +0000 (12:30 +0000)
committersimonpj@microsoft <unknown>
Thu, 3 May 2007 12:30:10 +0000 (12:30 +0000)
commit5e70ec8f27f4f62d9f1137e931b4d64d37eb221e
tree62531e0530ab4e842ae0de8c19b049fb4a6f5b92
parent3b0f456ee8100f19177ac0a1f67f9572974f7444
Trim imports, remove a cycle

A first attempt at removing gratuitous cycles in the base package.
I've removed the useless module GHC.Dynamic, which gets rid of a cycle;
and trimmed off various unnecesary imports.

This also fixes the IsString import problem.
13 files changed:
Data/Typeable.hs
Data/Typeable.hs-boot
Foreign/Ptr.hs
Foreign/StablePtr.hs
Foreign/Storable.hs
Foreign/Storable.hs-boot
GHC/Dynamic.hs [deleted file]
GHC/Dynamic.hs-boot [deleted file]
GHC/Exts.hs
GHC/ForeignPtr.hs
GHC/IOBase.lhs
GHC/Storable.lhs
base.cabal