[cvs-nhc98] commit

Malcolm Wallace malcolm@sparud.net
Thu, 30 Nov 2000 12:58:52 +0100 (CET)


malcolm: Thu Nov 30 12:58:52 CET 2000
nhc/src/compiler98 Lexical.hs Parse.hs Parse2.hs

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

Modified Files:
	Lexical.hs Parse.hs Parse2.hs 
Log Message:
Permit {-# #-} pragmas to appear before a module header.  Previously,
this triggered the lexer to insert "module Main where" before the pragma.