Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-18 Thread Sean Leather
On Sat, Oct 10, 2009 at 15:13, Duncan Coutts wrote: From what Gregory and Anton have said, it sounds like the SockAddr6, HostAddress6 constructors should always be available, but that using them with the socket functions should fail at runtime on platforms with no IPv6 support, or when IPv6

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-10 Thread Duncan Coutts
On Fri, 2009-10-09 at 12:22 -0700, Bryan O'Sullivan wrote: On Fri, Oct 9, 2009 at 7:25 AM, Gregory Collins g...@gregorycollins.net wrote: There's been an open ticket for months; personally I think this is a job for the C preprocessor, but nobody's written

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-09 Thread Sean Leather
On Thu, Oct 8, 2009 at 16:35, Gregory Collins wrote: Sean Leather leat...@cs.uu.nl writes: We have run into an issue that it seems other people have already found but has apparently not been resolved, yet. It manifests as with the error HTTP request failed with: Unsupported socket. The

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-09 Thread Gregory Collins
Sean Leather leat...@cs.uu.nl writes: On Thu, Oct 8, 2009 at 16:35, Gregory Collins wrote: Sean Leather leat...@cs.uu.nl writes: We have run into an issue that it seems other people have already found but has apparently not been resolved, yet. It manifests as with

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-09 Thread Anton van Straaten
Gregory Collins wrote: Sean Leather leat...@cs.uu.nl writes: On Thu, Oct 8, 2009 at 16:35, Gregory Collins wrote: Sean Leather leat...@cs.uu.nl writes: Do you know if it's possible to permanently patch happstack-server? I'm guessing the TH in the patch is used to support multiple

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-09 Thread Bryan O'Sullivan
On Fri, Oct 9, 2009 at 7:25 AM, Gregory Collins g...@gregorycollins.netwrote: There's been an open ticket for months; personally I think this is a job for the C preprocessor, but nobody's written a patch yet. Is there an open ticket against the network package? Can someone write a simple

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-09 Thread Anton van Straaten
Bryan O'Sullivan wrote: On Fri, Oct 9, 2009 at 7:25 AM, Gregory Collins g...@gregorycollins.net mailto:g...@gregorycollins.net wrote: There's been an open ticket for months; personally I think this is a job for the C preprocessor, but nobody's written a patch yet. Is there an open

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-09 Thread Gregory Collins
Bryan O'Sullivan b...@serpentine.com writes: On Fri, Oct 9, 2009 at 7:25 AM, Gregory Collins g...@gregorycollins.net wrote:   There's been an open ticket for months; personally I think this is a job for the C preprocessor, but nobody's written a patch yet. Is there an open ticket

[Haskell-cafe] Happstack + network package issue on the Mac

2009-10-08 Thread Sean Leather
We have run into an issue that it seems other people have already found but has apparently not been resolved, yet. It manifests as with the error HTTP request failed with: Unsupported socket. The problem is described in two places with different workarounds.

Re: [Haskell-cafe] Happstack + network package issue on the Mac

2009-10-08 Thread Gregory Collins
Sean Leather leat...@cs.uu.nl writes: We have run into an issue that it seems other people have already found but has apparently not been resolved, yet. It manifests as with the error HTTP request failed with: Unsupported socket. The problem is described in two places with different