-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9542 from alt-romes/wip/romes/4798
Update changelog for per-component with coverage #9464
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
synopsis: Support per-component builds when coverage is enabled | ||
packages: Cabal cabal-install | ||
prs: #9464 | ||
issues: #4798 #5213 #6440 #6397 | ||
significance: significant | ||
|
||
description: { | ||
|
||
Cabal now supports per-component builds when coverage is enabled. This enables | ||
coverage for packages with internal libraries (#6440), and enables coverage for | ||
packages that use backpack (#6397), even though we do not get coverage for | ||
instantiations of an indefinite module (it is not clear what it means for HPC | ||
to support backpack, regardless of Cabal). | ||
|
||
To achieve this, hpc information (`.mix` files) from a library is now written | ||
into the package database of a library under `extraCompilationArtifacts`. | ||
|
||
Cabal configure (via the Setup interface) now accepts --coverage-for=<unit-id>, | ||
a flag which specifies which libraries should be included in the coverage | ||
report for some testsuite. | ||
|
||
} |