[Haskell-cafe] ANNOUNCE: parallel-2.0.0.0

2009-11-18 Thread Simon Marlow
I've just uploaded parallel-2.0.0.0 to Hackage. If you're using Strategies at all, I'd advise updating to this version of the parallel package. It's not completely API compatible, but if you're just using the supplied Strategies such as parList, the changes should be relatively minor. The

Re: [Haskell-cafe] ANNOUNCE: parallel-2.0.0.0

2009-11-18 Thread Edward Kmett
I love the new Eval Applicative! Out of idle curiosity, can parListN be generalized to parTraverseN similar to how parList was generalized to parTraverse? Similarly, parListChunk? -Edward Kmett On Wed, Nov 18, 2009 at 9:21 AM, Simon Marlow marlo...@gmail.com wrote: I've just uploaded