
Also, if the packages are on stackage, you can look at the documentation
there:
https://www.stackage.org/package/pipes-concurrency
Mark
On Tue, Jan 19, 2016 at 8:39 AM, Patrick Redmond
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
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@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe