Re: [Haskell-cafe] HTTP package freezes on Windows 7

2010-03-19 Thread Jason Dagit
On Tue, Mar 16, 2010 at 3:12 PM, Phil phil.beadl...@googlemail.com wrote: On 16/03/2010 01:05, Phil wrote: Scrap my original query - the problem isn't as black white as I thought. The below works fine - I've changed the response type from json to xml strange, but for some reason

Re: [Haskell-cafe] HTTP package freezes on Windows 7

2010-03-16 Thread Phil
On 16/03/2010 01:05, Phil wrote: Scrap my original query - the problem isn't as black white as I thought. The below works fine - I've changed the response type from json to xml strange, but for some reason downloading json doesn't work it's fine on Linux. I'm guessing this is more

[Haskell-cafe] HTTP package freezes on Windows 7

2010-03-15 Thread Phil
Hi, I'm using GHC 6.12.1 on Windows 7. I've built the latest Network package using Haskell's MinGW and installed HTTP package on top of this. The code below builds fine, but on execution it just sits there grabbing ever increasing amounts of memory. It's a simplified call that I've got

re: [Haskell-cafe] HTTP package freezes on Windows 7

2010-03-15 Thread Phil
Scrap my original query - the problem isn't as black white as I thought. The below works fine - I've changed the response type from json to xml strange, but for some reason downloading json doesn't work it's fine on Linux. I'm guessing this is more likely to be a Windows issue