
23 Feb
2007
23 Feb
'07
5:19 a.m.
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