Duncan wrote:<br>&gt; By default &quot;hpc markup&quot; will generate pages for every module in<br>&gt; the program. Am I missing something?<br><br>Nope, user error.  I started using --include to avoid running coverage over my test framework files, and was looking for something like haddock&#39;s &quot;internal&quot; flag before thinking to just delete all the --include lines.  &quot;Nothing means something&quot; didn&#39;t occur to me.  Thanks!<br>

<br><br>Duncan wrote:<br>&gt; $ cabal haddock --help<br>
&gt; [...]<br>
 &gt;   --executables          Run haddock for Executables targets<br>
 &gt;   --internal             Run haddock for internal modules and include<br>
 &gt;                          all symbols<br>
&gt; [...]<br><br>Great!  Looks like these docs are new to 2.4.x.<br><br>$ haddock --version<br>Haddock version 2.3.0, (c) Simon Marlow 2006<br>Ported to use the GHC API by David Waern 2006-2008<br>$ haddock --help | grep internal<br>

$<br><br><br>Thanks for your help Duncan.<br><br>-Greg<br><br>