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
[email protected]
http://www.haskell.org/mailman/listinfo/yhc

_______________________________________________
Yhc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/yhc

Reply via email to