malcolm 2005/10/12 03:01:11 PDT Modified files: src/hmake Imports.hs Log: Fix another import-gathering bug: module M where { import A; ... } The dependency on A was being missed due to the leading {. Revision Changes Path 1.20 +1 -0 nhc98/src/hmake/Imports.hs