[cvs-nhc98] Bugfix: in an export list where a type is exported both wi

Malcolm Wallace malcolm@sparud.net
Mon, 28 Jan 2002 16:42:53 +0100 (CET)


malcolm: Mon Jan 28 16:42:53 CET 2002

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

Modified Files:
	Info.hs 
Log Message:
Bugfix: in an export list where a type is exported both with and
without its constructors, previously only the final exportdecl was
respected.  In fact, the exports should be cumulative.