[Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-17 Thread Simon Marlow
I've just uploaded deepseq-1.0.0.0 to Hackage http://hackage.haskell.org/package/deepseq This provides a DeepSeq class with a deepseq method, equivalent to the existing NFData/rnf in the parallel package. I'll be using this in a newly revamped parallel package, which I hope to upload shortl

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-17 Thread Roel van Dijk
On Tue, Nov 17, 2009 at 12:00 PM, Simon Marlow wrote: > I've just uploaded deepseq-1.0.0.0 to Hackage This is great! I often use rnf to fully evaluate some expression where I didn't need parallelism at all. Time to update some packages. Thank you, Roel ___

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-17 Thread José Pedro Magalhães
Hello, The release of the regular library for generic programming on Hackage [1] also contains a form of deep seq [2]. This means that you don't even have to write the definition of 'deepseq', you can just use 'gdseq' (assuming you have used Template Haskell to derive the generic representations f

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-17 Thread Nicolas Pouillard
Excerpts from Simon Marlow's message of Tue Nov 17 12:00:21 +0100 2009: > I've just uploaded deepseq-1.0.0.0 to Hackage Great! I'm wondering what is the need/purpose for DeepSeqIntegral and DeepSeqOrd? -- Nicolas Pouillard http://nicolaspouillard.fr _

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-17 Thread Bryan O'Sullivan
On Tue, Nov 17, 2009 at 3:00 AM, Simon Marlow wrote: > I've just uploaded deepseq-1.0.0.0 to Hackage > > http://hackage.haskell.org/package/deepseq > > This provides a DeepSeq class with a deepseq method, equivalent to the > existing NFData/rnf in the parallel package. >

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-17 Thread Brandon S. Allbery KF8NH
On Nov 17, 2009, at 11:36 , Bryan O'Sullivan wrote: On Tue, Nov 17, 2009 at 3:00 AM, Simon Marlow wrote: I've just uploaded deepseq-1.0.0.0 to Hackage http://hackage.haskell.org/package/deepseq This provides a DeepSeq class with a deepseq method, equivalent to the existing NFData/rnf in t

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-18 Thread Simon Marlow
On 17/11/2009 18:42, Brandon S. Allbery KF8NH wrote: On Nov 17, 2009, at 11:36 , Bryan O'Sullivan wrote: On Tue, Nov 17, 2009 at 3:00 AM, Simon Marlow mailto:marlo...@gmail.com>> wrote: I've just uploaded deepseq-1.0.0.0 to Hackage http://hackage.haskell.org/package/deepseq This p

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-18 Thread Simon Marlow
On 17/11/2009 12:25, Nicolas Pouillard wrote: Excerpts from Simon Marlow's message of Tue Nov 17 12:00:21 +0100 2009: I've just uploaded deepseq-1.0.0.0 to Hackage Great! I'm wondering what is the need/purpose for DeepSeqIntegral and DeepSeqOrd? I don't actually know, they were previously N

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-28 Thread Nicolas Pouillard
Excerpts from Simon Marlow's message of Wed Nov 18 09:55:28 +0100 2009: > On 17/11/2009 12:25, Nicolas Pouillard wrote: > > Excerpts from Simon Marlow's message of Tue Nov 17 12:00:21 +0100 2009: > >> I've just uploaded deepseq-1.0.0.0 to Hackage > > > > Great! > > > > I'm wondering what is the nee

Re: [Haskell-cafe] ANNOUNCE: deepseq-1.0.0.0

2009-11-28 Thread Simon Marlow
On 28/11/09 14:04, Nicolas Pouillard wrote: Excerpts from Simon Marlow's message of Wed Nov 18 09:55:28 +0100 2009: On 17/11/2009 12:25, Nicolas Pouillard wrote: Excerpts from Simon Marlow's message of Tue Nov 17 12:00:21 +0100 2009: I've just uploaded deepseq-1.0.0.0 to Hackage Great! I'm