Data Parallel Haskell and GHC 6.5

Folks, Do I still need to use the separate branches described at http:// www.cse.unsw.edu.au/~chak/project/dph/ to use Data Parallel Haskell and the Concurrent array library? Thanks, Joel -- http://wagerlabs.com/

Joel Data Parallel Haskell is not ready for prime time. We are working hard on it, and you are welcome to play, but it's changing rapidly, and may be buggy. Don't use it for a "work project" yet. All the DPH libraries are on the DPH branch, not the HEAD. Simon | -----Original Message----- | From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users-bounces@haskell.org] | On Behalf Of Joel Reymont | Sent: 24 July 2006 14:50 | To: glasgow-haskell-users@haskell.org | Subject: Data Parallel Haskell and GHC 6.5 | | Folks, | | Do I still need to use the separate branches described at http:// | www.cse.unsw.edu.au/~chak/project/dph/ to use Data Parallel Haskell | and the Concurrent array library? | | Thanks, Joel | | -- | http://wagerlabs.com/ | | | | | | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Forgive me for the silly question but how do patches applied to HEAD make it into the DPH branch? Is there a delay? Automated script that transfers patches from HEAD? On Jul 24, 2006, at 5:34 PM, Simon Peyton-Jones wrote:
Joel
Data Parallel Haskell is not ready for prime time. We are working hard on it, and you are welcome to play, but it's changing rapidly, and may be buggy. Don't use it for a "work project" yet.
All the DPH libraries are on the DPH branch, not the HEAD.
Simon

we just pull them across every now and again. darcs tracks which are in and which are not | -----Original Message----- | From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users-bounces@haskell.org] | On Behalf Of Joel Reymont | Sent: 24 July 2006 17:46 | To: Simon Peyton-Jones | Cc: glasgow-haskell-users@haskell.org | Subject: Re: Data Parallel Haskell and GHC 6.5 | | Forgive me for the silly question but how do patches applied to HEAD | make it into the DPH branch? Is there a delay? Automated script that | transfers patches from HEAD? | | On Jul 24, 2006, at 5:34 PM, Simon Peyton-Jones wrote: | | > Joel | > | > Data Parallel Haskell is not ready for prime time. We are working | > hard | > on it, and you are welcome to play, but it's changing rapidly, and may | > be buggy. Don't use it for a "work project" yet. | > | > All the DPH libraries are on the DPH branch, not the HEAD. | > | > Simon | > | | -- | http://wagerlabs.com/ | | | | | | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (2)
-
Joel Reymont
-
Simon Peyton-Jones