cvs commit: fptools/green-card/src Process.lhs
Sven Panne <[email protected]> Sat, 24 May 2003 07:47:36 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.green-card |
|---|---|
| Message-ID | <[email protected]> |
panne 2003/05/24 07:47:36 PDT
Modified files:
green-card/src Process.lhs
Log:
Fixed breakage introduced by revision 1.50 (simple-minded handling of
hierarchial module names): Simply using 'words' to split up a line is
not enough, because this would force the usage of whitespace after a
module name in an import declaration. This commit reverts things to
the previous state, where a line was lex'ed, but glues together dotted
parts of a hierarchical name (in a simple-minded manner, to stay in
the spirit of this module :-).
Revision Changes Path
1.54 +12 -1 fptools/green-card/src/Process.lhs