[Gtk2hs-users] ghci-5.04.3 and ghc-6.0

Simon Marlow simonmar@microsoft.com
Mon, 23 Jun 2003 10:57:29 +0100


=20
> Would it be possible to use the full hierarchical module name?
> There's a much better chance of them being unique.
> ie use=20
>=20
> __stginit_Control_Arrow
>=20
> rather than
>=20
> __stginit_Arrow
>=20
> I *assume* that information is avaliable at compile/build time.

Yes, we already do this.  However, in your case you had a module called
"Arrow" in gtk2hs, and a module called "Arrow" in the lang package, in
addition to the module "Control.Arrow" in the base package.

Cheers,
	Simon