[Haskell] ANN: haddock-library 1.0.0

2014-06-18 Thread Mateusz Kowalczyk
Hi, haddock-library is a package aiming to provide bits of Haddock to the rest of the Haskell world without imposing the GHC dependency that we have on the ‘haddock’ package itself. Please note that this does not deprecate the ‘haddock’ package which aims to expose other bits of Haddock,

Re: [Haskell] ANNOUNCE: haste-perch

2014-06-18 Thread Andrew Gibiansky
Could you elaborate on how this is better/different from blaze-html? I'm a bit confused - is it just the same thing but works with Haste, while blaze-html doesn't? What's the main idea? Thanks! Andrew On Wed, Jun 18, 2014 at 7:02 AM, Alberto G. Corona agocor...@gmail.com wrote: Hi,

Re: [Haskell] ANNOUNCE: haste-perch

2014-06-18 Thread Alberto G. Corona
The syntax is similar to blaze-html, but haste-perch uses the HTM-DOM in the browser to create DOM elements. blaze-html creates a html bytestring in the server that the browser must load. It uses Haste.DOM http://hackage.haskell.org/package/haste-compiler-0.2.99/docs/Haste-DOM.html Haste.DOM

Re: [Haskell] ANNOUNCE: haste-perch

2014-06-18 Thread Alberto G. Corona
The readme in the Git repository tell more details https://github.com/agocorona/haste-perch/blob/master/README.md And also this blog post: http://haskell-web.blogspot.com.es/2014/06/taming-html-dom-with-monads-and-monoids.html 2014-06-18 19:20 GMT+02:00 Alberto G. Corona agocor...@gmail.com:

[Haskell] Haskell Weekly News: Issue 297

2014-06-18 Thread Daniel Santa Cruz
Welcome to issue 297 of the HWN, an issue covering crowd-sourced bits of information about Haskell from around the web. This issue covers from June 8 to 14, 2014 Quotes of the Week * dpwright: this afternoon I've literally taken an entire (portrait) screen's worth of code and reduced it