From b330e64c0f136f7e2a2064c2b46ea59108542678 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Tue, 29 Jun 2021 17:23:25 +0200 Subject: [PATCH] Add changelog entry for #7250 --- changelog.d/pr-7250 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog.d/pr-7250 diff --git a/changelog.d/pr-7250 b/changelog.d/pr-7250 new file mode 100644 index 00000000000..75f12f73a50 --- /dev/null +++ b/changelog.d/pr-7250 @@ -0,0 +1,9 @@ +synopsis: Fix test --enable-coverage for multi-package projects +packages: Cabal +prs: #7250 #7467 +issues: #5433 #5213 #7200 +description: { + +- Fix `cabal test --enable-coverage` for multi-package projects by invoking `hpc markup --include=` and listing only modules of libraries of the single tested package. + +}