Re: [Hackage] #467: Add support for HPC profiling.

#467: Add support for HPC profiling.
----------------------------+-----------------------------------------------
Reporter: duncan | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Cabal-1.8
Component: Cabal library | Version: 1.6.0.1
Severity: normal | Keywords:
Difficulty: normal | Ghcversion:
Platform: |
----------------------------+-----------------------------------------------
Comment(by tibbe):
Currently the best way to get test coverage is to:
{{{
cabal configure --enable-tests --ghc-option=-fhpc
cabal build
cabal test
hpc markup
participants (1)
-
Hackage