[Haskell-cafe] [Meetup] Haskell web development - Munich - this Friday

2012-06-12 Thread Vincent Ambo
Hej, would anyone be interested in a short dated meetup in Munich this Friday? (June 15th) Michael Snoyman of Yesod will be giving a talk at the Big Tech Day and a meeting afterwards would be possible on Friday afternoon. I'd like if this meeting were somewhat focused on web development in Has

[Haskell-cafe] Derived Read for records

2012-06-12 Thread Conal Elliott
Someone at work just asked me about the inflexibility of the derived Read instances for records -- specifically that they require fields to be given in the same order as in the type definition and that fields cannot be omitted. I hadn't been aware of these restrictions. A few questions: * Are the

[Haskell-cafe] ANN: clckwrks - a Haskell blogging and CMS framework

2012-06-12 Thread Jeremy Shaw
Hello! I am pleased to announce the launch of clckwrks.com. clckwrks (pronounced, 'clockworks') is a new Haskell-based content management (CMS) and blogging framework: http://www.clckwrks.com/ It is freely available under the BSD3 license. clckwrks is still in early alpha development. We are lo

Re: [Haskell-cafe] Performance with do notation, mwc-random and unboxed vector

2012-06-12 Thread Dmitry Dzhus
12.06.2012, 01:08, "Roman Leshchinskiy" : > perhaps the state hack is getting in the way. I don't quite understand the internals of this yet, but `-fno-state-hack` leads to great performance in both cases! How safe is that? ___ Haskell-Cafe mailing li