id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
2991,.mix files generation broken with -fhpc and --make flags with lhs modules,ppavel,andy@galois.com,"assume the project consisting of two files: !Main.lhs and !MyModule.hs. Main.lhs imports !MyModule via standard import. Build the project with

ghc --make -fhpc -o main Main.lhs

The generated .mix file contains relevant information and hpc markup correctly shows the coverage for !MyModule.

Now rename !MyModule.hs to !MyModule.lhs and enclose the code there in \begin{code} / \end{code}. Build again. The compilation still succeeds and the executable works fine. But !MyModule.mix now seems wrong and no hpc coverage information is available for !MyModule",bug,new,lowest,7.6.2,Code Coverage,6.10.1,,hpc make lhs,andygill@…,Unknown/Multiple,Unknown/Multiple,,Unknown,,,,
