[Yhc] Recursively Dependent Modules

Tom Shackell shackell at cs.york.ac.uk
Fri Feb 23 06:03:30 EST 2007


Hi,

Ah I hadn't spotted that one. I've pushed a solution, which is

YHC.Primitive -> YHC.Exception -> Data.Array -> Numeric -> ...

because actually Data.Array only needs the functionality of (the much 
simpler) YHC.Exception.


Thanks

Tom





Andrew Wilkinson wrote:
> 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
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Yhc mailing list
> Yhc at haskell.org
> http://www.haskell.org/mailman/listinfo/yhc



More information about the Yhc mailing list