On Wed, Sep 08, 2004 at 10:35:35AM +0100, Simon Marlow wrote:
> Following up to my own message:
> 
> On 08 September 2004 10:26, Simon Marlow wrote:
[..]
> > Not to mention incompatible C libraries: suppose I have two packages
> > implementing Haskll layers over gtk 1.2 and 2.0 - I can't try to link
> > both of those, even if the Haskell layers don't overlap.
> 
> But of course, you could implement "link everything" for just the
> packages which are normally enabled by default (i.e. the ones marked
> "auto", which currently correspond to the hierarchical ones).  These are
> non-overlapping and link-compatible by definition, so that would work
> fine.

But if I have two layers over gtk 1.2 and 2.0 and both use the 
hierarchical module system and are therefore marked as "auto" you would 
have the same problem of linking in two versions of gtk which doesn't 
work. Did I miss something?

Axel.


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to