[Haskell-cafe] Doc generation?

Patrick Redmond plredmond at gmail.com
Tue Jan 19 16:39:20 UTC 2016


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:

$ stack haddock async

And then muck around in .stack-work or ~/.stack. I've written a
bash/fish script to do the search for you here:
plredmond.github.io/posts/search-haddocks-offline.html

On Tuesday, January 19, 2016, Francesco Ariis <fa-ml at ariis.it> wrote:

> On Tue, Jan 19, 2016 at 04:24:24PM +1100, Noon Silk wrote:
> > Does anyone know what is happening here?
> >
> > Not a single one of the packages on
> > http://hackage.haskell.org/packages/recent has docs generated at the
> moment.
> >
> > Some older ones, upload this year, also do not -
> > http://hackage.haskell.org/package/pipes-concurrency
>
> Docs not being built can be quite frustrating; for those dark times I
> build them locally:
>
>     http://ariis.it/static/articles/no-docs-hackage/page.html
>
> Living with a flaky WiFi, saves me from screaming at the monitor quite
> some times.
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org <javascript:;>
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160119/517bfc2f/attachment.html>


More information about the Haskell-Cafe mailing list