cvs commit: hugs98/src static.c

3 Nov
2002
3 Nov
'02
4:32 a.m.
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 Revision Changes Path 1.120 +2 -9 hugs98/src/static.c

3 Nov
3 Nov
7:41 p.m.
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"
8289
Age (days ago)
8289
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ross Paterson
-
Sigbjorn Finne