Thanks Mark and All, Indeed, I've been generating the docs myself offline; I didn't know about looking for the docs on stackage; thanks! -- Noon On Wed, Jan 20, 2016 at 4:51 AM, Mark Fine <mark.fine@gmail.com> wrote:
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 <plredmond@gmail.com> wrote:
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@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@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
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
-- Noon Silk, ن https://silky.github.io/ "Every morning when I wake up, I experience an exquisite joy — the joy of being this signature."
Hi *, On 19 January 2016 at 23:37, Noon Silk <noonslists@gmail.com> wrote:
Thanks Mark and All,
Indeed, I've been generating the docs myself offline; I didn't know about looking for the docs on stackage; thanks!
Note that with the Git version of cabal-install you can run 'cabal upload --doc' to upload the docs to Hackage manually.
participants (2)
-
Mikhail Glushenkov -
Noon Silk