Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-29 Thread Hugh Perkins
This is totally off-topic, but... how could I go about getting hold of the information on per-country exports and imports of specific types of things? (lets say for example, a thing could be: coffee ,but also a computer program, so not just physical commodities, but also services and somewhat

Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-14 Thread Andrea Rossato
On Fri, Jul 13, 2007 at 09:24:48PM -0700, brad clawsie wrote: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.1 this is a simple module to get stock quote information from yahoo finance, considered alpha quality Hi, cool! I wanted to use it to write a small

Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-14 Thread Andrea Rossato
On Sat, Jul 14, 2007 at 10:20:56AM +0200, Andrea Rossato wrote: On Fri, Jul 13, 2007 at 09:24:48PM -0700, brad clawsie wrote: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.1 this is a simple module to get stock quote information from yahoo finance,

Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-14 Thread brad clawsie
But, in order to use it I would need to install: 2. MssingH (just for join, replace and split?) which in turns requires: the attached patch removes the MissingH requirement, the most important I believe. i'm not sure i understand - you want to rewrite these functions that are already

Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-14 Thread J. Pablo Fernández
On Saturday 14 July 2007 16:20:04 brad clawsie wrote: But, in order to use it I would need to install: 2. MssingH (just for join, replace and split?) which in turns requires: the attached patch removes the MissingH requirement, the most important I believe. i'm not sure i understand

Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-14 Thread Andrea Rossato
On Sat, Jul 14, 2007 at 08:20:04AM -0700, brad clawsie wrote: i'm not sure i understand - you want to rewrite these functions that are already implemented in Data.String? why? this is why hackage exists - so you don't have to rewrite these functions. MissingH is well maintained by an

[Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-13 Thread brad clawsie
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.1 this is a simple module to get stock quote information from yahoo finance, considered alpha quality ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org