
9 Oct
2006
9 Oct
'06
1:52 p.m.
On Mon, 2006-10-09 at 13:55 +0200, Christian Maeder wrote:
Duncan Coutts schrieb:
On Fri, 2006-09-22 at 17:19 +0200, Christian Maeder wrote:
A simple script for the pgmF command
The only disadvantage is that the filename in error and warning messages is quite useless:
I think you can fix this by pre-pending a {-# LINE #-} pragma in your script. Something like:
May it be that import chasing takes longer now? I noticed quite a gap before ghc started to compile my 624 modules.
Yes, since it has to run the pre-processor before it can look at the imports. Duncan