I don't know what's happening with hackage, but if you're using stack in your workflow a simple workaround is to build docs locally and search them with a shell script. For example:<div><br></div><div>$ stack haddock async</div><div><br></div><div>And then muck around in .stack-work or ~/.stack. I've written a bash/fish script to do the search for you here: <span style="font-size:12pt;font-family:Helvetica"><a href="http://plredmond.github.io/posts/search-haddocks-offline.html">plredmond.github.io/posts/search-haddocks-offline.html</a></span><div><br>On Tuesday, January 19, 2016, Francesco Ariis <<a href="mailto:fa-ml@ariis.it">fa-ml@ariis.it</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Jan 19, 2016 at 04:24:24PM +1100, Noon Silk wrote:<br>
> Does anyone know what is happening here?<br>
><br>
> Not a single one of the packages on<br>
> <a href="http://hackage.haskell.org/packages/recent" target="_blank">http://hackage.haskell.org/packages/recent</a> has docs generated at the moment.<br>
><br>
> Some older ones, upload this year, also do not -<br>
> <a href="http://hackage.haskell.org/package/pipes-concurrency" target="_blank">http://hackage.haskell.org/package/pipes-concurrency</a><br>
<br>
Docs not being built can be quite frustrating; for those dark times I<br>
build them locally:<br>
<br>
    <a href="http://ariis.it/static/articles/no-docs-hackage/page.html" target="_blank">http://ariis.it/static/articles/no-docs-hackage/page.html</a><br>
<br>
Living with a flaky WiFi, saves me from screaming at the monitor quite<br>
some times.<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Haskell-Cafe@haskell.org')">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div></div>