Sunday, October 26, 2008

Haddock and HPC

I'm sure I cannot be using haddock correctly. Here's what I currently use to get it to work:

haddock -h Integer.hs -B /usr/lib/ghc-6.8.2
--optghc=-i/home/dom/backup/asn15/binary-strict_0/src
--optghc=-i/home/dom/backup/asn15/asn1

And here's how I'm using HPC:

ghc-6.8.2 -fhpc Tests/Main.hs --make -i../binary-strict/src
rm Main.tix
hpc report Main
hpc markup Main

No comments: