Re: bug in dependency generation

2001-04-20 Thread Michael Weber
On Thu, Apr 19, 2001 at 20:49:25 -0600, Alastair Reid wrote: PPUnits.hs: can't find one of the following: `is.hi' `is.hs' `is.lhs' Obviously, the dependency generating code is being confused by the function name "import'". I'd go fix the relevant regexp myself except that I can't figure

bug in dependency generation

2001-04-19 Thread Alastair Reid
Running this: cat PPUnits.hs EOF module PPUnits ( defns ) where addunit (is,es,cs,deps,gls,gs,defs,bs) = text "" + vlist2 lbrack comma rbrack (map import' is) semi EOF ghc-5.00 -M PPUnits.hs (on a