mentioned in issue ghc/ghc#25123 (closed)
Hi,
Can you tell me exactly what you need? The tool hpc-bin
is not available on Hackage or through another distribution channel like nix etc. You either get it through your GHC distribution or directly from source from the master branch in this repository. I do release the library hpc
on Hackage whenever there is a need for it on Hackage, but we never did separate hpc-bin
releases.
Bumping the submodule in GHC to the master of hpc-bin will probably not work, since we have patches that use lucid2
that depend on ghc/ghc#24719 . I had originally anticipated that the migration of haddock from xhtml to lucid2 would be faster, so that I wouldn't have to maintain a master branch of hpc-bin
which is incompatible with ghc for so long. But if we absolutely need to bump then I can revert the corresponding commits on the master branch.