Hi,

I've been trying to fix the dependency issues introduced through the changes to Control.Exception and we've got a loop in the dependencies. How should I handle this?

Foreign.C -> System.IO -> System.IO.Error -> Control.Exception -> Data.Array -> Numeric -> Foreign.Word -> Foreign.C.Types -> Foreign.C

a -> b means that b depends on a, i.e. has b an 'import a' statement.

Andrew