On Nov 15, 2007 9:01 AM, Jim Burton <[EMAIL PROTECTED]> wrote:
> How would I go about converting the little get program at
> http://darcs.haskell.org/http/test/get.hs to use a proxy server? I tried
> adding a call to setProxy like this but it doesn't work:

I think it needs to be a real URL:

  setProxy (Proxy "http://myproxy:80"; Nothing)

Justin
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to