Cabal build has a flag which is --enable-coverage. It creates a Markup Report (HTML) but I want a textual one. Is it possible to have that for a package?
hpc report asks for a tix file which I am not sure how can I get without running the program. I can just build the package. Is there any way to get a tix from cabal build which I can use at hpc to create textual report alternatively?