[cvs-nhc98] Fix the use of a qualified name in the module in which it

Malcolm Wallace malcolm@sparud.net
Wed, 17 Oct 2001 19:10:16 +0200 (CEST)


malcolm: Wed Oct 17 19:10:15 CEST 2001

Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv1572

Modified Files:
	Need.hs PreImport.hs 
Log Message:
Fix the use of a qualified name in the module in which it is defined.
E.g.     module M where
         f = ...
         g = ... M.f ...