There is a CPU being design with an interesting architecture. Take a look at the Mill CPU at millcomputing.com. A facsinating feature is the use of a belt of values vs registers. The values on the belt are immutable and fall off (~auto gc'd?) unless expressly saved or returned. It is also desined to make function calls very cheap. tomberek On Jan 20, 2016 3:49 AM, <haskell-cafe-request@haskell.org> wrote: Send Haskell-Cafe mailing list submissions to haskell-cafe@haskell.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe or, via email, send a message with subject or body 'help' to haskell-cafe-request@haskell.org You can reach the person managing the list at haskell-cafe-owner@haskell.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Haskell-Cafe digest..." Today's Topics: 1. Re: Doc generation? (Patrick Redmond) 2. Re: Doc generation? (Mark Fine) 3. Host-Oriented Template Haskell (Ericson, John) 4. [ANN] ghc-mod-5.5.0.0: Happy Haskell Hacking (Daniel Gr?ber) 5. CPU with Haskell support (Henning Thielemann) 6. Re: Doc generation? (Noon Silk) 7. Re: Doc generation? (Mikhail Glushenkov) 8. Re: CPU with Haskell support (Auke Booij) 9. Re: CPU with Haskell support (Darren Grant) 10. Re: CPU with Haskell support (Henning Thielemann) 11. Re: CPU with Haskell support (Ben Lippmeier) 12. Re: CPU with Haskell support (Richard A. O'Keefe) 13. Re: CPU with Haskell support (Gleb Popov) 14. Re: Doc generation? (Sven Panne) 15. Re: Doc generation? (Mikhail Glushenkov) 16. Re: CPU with Haskell support (Joachim Durchholz) 17. Re: Doc generation? (Sven Panne) ---------------------------------------------------------------------- Message: 1 Date: Tue, 19 Jan 2016 08:39:20 -0800 From: Patrick Redmond <plredmond@gmail.com> To: "cabal-devel@haskell.org" <cabal-devel@haskell.org>, "haskell-cafe@haskell.org" <haskell-cafe@haskell.org> Subject: Re: [Haskell-cafe] Doc generation? Message-ID: <CAHUea4Ht0p8=HwphL+--V7j3Xftt=8drrZDuOQtcB38rPPkJ2w@mail.gmail.com> Content-Type: text/plain; charset="utf-8" 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 <javascript:;> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe