&gt;&gt; Why does GHC still think the package is hidden?<br>&gt; You need to add &quot;directory&quot; to the Build-Depends instruction in the cabal
file<br><br>Thanks Olivier.&nbsp; Haddock now builds with this list for &#39;build-depends&#39;:<br><br>base&gt;=1.0, haskell98&gt;=1.0, directory&gt;=1.0, process&gt;=1.0, containers&gt;=0.1, array&gt;=0.1, pretty&gt;=1.0<br>
<br>The &#39;build&#39; step also requires Happy and Alex to be installed, which are not mentioned in the cabal file.<br><br>Thanks,<br>Greg<br><br>