Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo-0.2

2007-07-26 Thread Thomas Hartman
I installed this and ran the sample program at 

 
http://www.b7j0c.org/content/haddock/finance-quote-yahoo/Finance-Quote-Yahoo.html

This timed out. I suspect, because I am behind a corporate proxy server.

$ env | grep -i http
http_proxy=http://myproxy.com:3128
https_proxy=http://myproxy.com:3128

This works to get unix utilities like w3m and lynx working, but I guess 
not the haskell machinery.

Before I try to fix this myself, can anyone point me to a solution? (and 
also confirm that the above code works when not firewalled :) )

Before I go around changing the library source code, or make a copy 
thereof and put in my working directory, is there a more elegant way to 
approach this?

thomas.




brad clawsie [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
07/26/2007 01:39 AM

To
haskell-cafe@haskell.org
cc

Subject
[Haskell-cafe] ANN: Finance.Quote.Yahoo-0.2






i have released Finance.Quote.Yahoo 0.2

i have broken the 0.1 api, be careful if you use it

i have added support for historical quotes which some people requested

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.2


i received useful input from dale jordan and aaron tomb on this list
in particular
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



---

This e-mail may contain confidential and/or privileged information. If you 
are not the intended recipient (or have received this e-mail in error) 
please notify the sender immediately and destroy this e-mail. Any 
unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo-0.2

2007-07-26 Thread brad clawsie
On Thu, Jul 26, 2007 at 01:34:24PM -0400, Thomas Hartman wrote:
 I installed this and ran the sample program at 
 
  
 http://www.b7j0c.org/content/haddock/finance-quote-yahoo/Finance-Quote-Yahoo.html
 
 This timed out. I suspect, because I am behind a corporate proxy server.

i am sorry you are having difficulty thomas

i use the HTTP module as the basis for making webservice requests

i am not sure how proxying is handled by that package

i believe some people maintaining the HTTP package read this list

many operating systems allow users to stipulate a proxy through an
environment variable as you note

please let me know if my code breaks for some other reason, i will
work hard to fix any legitimate bugs immediately
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] ANN: Finance.Quote.Yahoo-0.2

2007-07-25 Thread brad clawsie
i have released Finance.Quote.Yahoo 0.2

i have broken the 0.1 api, be careful if you use it

i have added support for historical quotes which some people requested

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.2

i received useful input from dale jordan and aaron tomb on this list
in particular
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe