Adding support for package names into hpc outputed code
authorandy@galois.com <unknown>
Wed, 11 Jul 2007 07:05:55 +0000 (07:05 +0000)
committerandy@galois.com <unknown>
Wed, 11 Jul 2007 07:05:55 +0000 (07:05 +0000)
commit53ebe8abd4f307200f8f513e0ebb11f4d0cd14d9
treeca6f5477c3ab449bb97062718c24bac75882083a
parent6758ba711a3f9f3100a9dba1818b131c32e62106
Adding support for package names into hpc outputed code
We store .mix files in

 .hpc/<package>/<the.module.name>.mix

The package main the empty package (aka other naming passes),
so Main just is stored in

 .hpc/Main.tix

This change in backwards compatable.
compiler/codeGen/CgHpc.hs
compiler/deSugar/Coverage.lhs