<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 9, 2015 at 3:10 PM, Ivan Lazar Miljenovic <span dir="ltr"><<a href="mailto:ivan.miljenovic@gmail.com" target="_blank">ivan.miljenovic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
</div></div>cabal configure && cabal haddock && ...<br>
<br></blockquote><div><br></div><div>That'll build documentation for the current pwd's project (if there even is one), but that doesn't install and build the haddocks for dependencies. Well, unless you do `cabal install --only-dependencies` first, which brings us back to the original question.<br><br></div><div>I'm trying to get a local version of the documentation of all the packages I tend to use so I don't need to keep reaching out to <a href="http://hackage.haskell.org">hackage.haskell.org</a> while developing [offline]. Easily enough done; I'm just trying to skip building the code which, in this sandbox, I don't need.<br><br></div><div>AfC<br></div><div><br></div></div></div></div>