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)
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.


No differences found