IPv6 support patches for network - please apply

Hi - As there's been no recent discussion of my patches to add IPv6 support to the network library, and I've resolved every question and comment that people had, I propose that they now be applied. The trac ticket is here: http://hackage.haskell.org/trac/ghc/ticket/1212 And the darcs patches against network are here: http://darcs.serpentine.com/network6 Thanks,

On Sun, May 20, 2007 at 09:43:36PM -0700, Bryan O'Sullivan wrote:
As there's been no recent discussion of my patches to add IPv6 support to the network library, and I've resolved every question and comment that people had, I propose that they now be applied.
Now done; thanks! Ian

On Wed, May 30, 2007 at 08:56:58AM -0700, Bryan O'Sullivan wrote:
Are there plans for a 6.6.2 release of GHC that might include this, or is it likely to wait until 6.8? I'm trying to figure out which API to write up for the book.
The plan is not to release 6.6.2, and if we do release it then it probably wouldn't have this change anyway (it would probably use the exact same extralibs as 6.6.1, as the old build system has been removed from the extralibs now). It will be in 6.8 (in as much as the extralibs are "in" GHC releases) which is tentatively scheduled for sometime this summer. Of course, the point of extralibs is that network can be released asynchronously, so you can use it with 6.6.1 today should you wish. Personally, I'd therefore recommend writing up the new API. Thanks Ian
participants (2)
-
Bryan O'Sullivan
-
Ian Lynagh