[Haskell-cafe] Doc generation?

Mark Fine mark.fine at gmail.com
Tue Jan 19 17:51:40 UTC 2016


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 at 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 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
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> 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/c6010b86/attachment.html>


More information about the Haskell-Cafe mailing list