<div dir="ltr"><div dir="ltr">Is there any way to have Haddock ignore a re-exported module without hiding it? eg. here all of `B`'s exports/docs show up in `A`'s Haddock page and I don't want to see them there:<br><br></div><div dir="ltr">module A <br>   ( <br>    ...<br>    module B <br>   )<br>import B<br>  ...<br></div></div>