logo       

Re: Text.ParserCombinators.Parsec requires -package text.: msg#00043

lang.haskell.glasgow.bugs

Subject: Re: Text.ParserCombinators.Parsec requires -package text.

> > 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?

The "auto" flag does *not* mean "uses hierarchical module names".
It means something more like "package is exposed by default", i.e. it
does not need to be named with a -package flag. Hence, it would be
impossible for both gtk-1.2 and gtk-2.0 packages to both be marked
"auto". Only one version can be visible at once.

Regards,
Malcolm


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise