Re #7777: upgrade requirements.txt to latest versions
[cabal.git] / changelog.d / pr-7493
blob00f3033c1c2484dc669a96977edd12a620d780d9
1 synopsis: Fix `cabal test --enable-library-coverage` for other-modules
2 packages: Cabal
3 prs: #7493
4 issues: #5213
5 description: {
7 - Fix `cabal test --enable-library-coverage` for libraries with nonempty other-modules field.
8 - Due to a hack, this breaks coverage whenever the used Haskell compiler is called 't' (for a non-hacky fix we should rework HPC directories, possibly enabling multilib in the process, see #6440 and #6397).