[cvs-nhc98] cvs commit: nhc98/src/hmake Imports.hs

Malcolm Wallace malcolm at haskell.org
Tue Feb 1 13:07:53 EST 2005


malcolm     2005/02/01 10:07:53 PST

  Modified files:
    src/hmake            Imports.hs 
  Log:
  Truncate the search for 'import' lines at the first keyword that
  indicates no more imports are possible.  Also, make a better attempt to
  deal with multiple imports on a single line, e.g.
      import X; import Y
  
  Revision  Changes    Path
  1.18      +14 -4     nhc98/src/hmake/Imports.hs


More information about the Cvs-nhc98 mailing list