id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
822,-keep-tmp-files does not keep all temporary files,greenrd@…,igloo,"I invoke ghc like this:


{{{
ghc --make -cpp -pgmLlhs2TeX -optL --pre -pgmPcpphs.compat -keep-tmp-files Functor.lhs
}}}


However, even with the -keep-tmp-files option enabled, ghc still does not keep the file it references in the error message below, which is annoying because it makes it less convenient to debug this error:


{{{
Chasing modules from: Functor.lhs
Skipping  Category         ( ./Category.lhs, ./Category.o )
Compiling Functor          ( Functor.lhs, Functor.o )

/tmp/ghc16196.lpp:15:0: parse error (possibly incorrect indentation)
}}}",bug,closed,normal,6.6.1,Driver,6.4.2,fixed,,,Linux,x86_64 (amd64),,Unknown,,,,
