On Sat, Nov 02, 2002 at 08:32:13PM -0800, Sigbjorn Finne wrote: > sof 2002/11/02 20:32:13 PST > > Modified files: > src static.c > Log: > be Report-compliant and resolve 'module M' in export lists by considering module >aliases only
This seems to be a new bug: module A(f) where f = 1 module B(f) where import A module C(module B) where import B module D where import C(f) ERROR "D.hs" - Unknown entity "f" imported from module "C" _______________________________________________ Cvs-hugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-hugs
