0.1 07/13/07 ------ - initial release to hackage - introduce getQuote functionality, with return data being a simple lookup list 0.2 07/25/07 ------ - input from Dale Jordan and Aaron Tomb over email - added getHistoricalQuote to obtain historical quote data - changed return type for getQuote to a Data.Map instead of a lookup list 0.3 09/04/07 ------- - changed base uri for quote retreival as yahoo has altered it 0.4 11/04/07 ------- - changed the cabal file to support ghc 6.8.1, which place Data.Map into a new package (containers) 0.4.1 12/04/07 ------- - the following changes were submitted from another contributor, i will add him here if he requests it, otherwise i will respect his privacy Yahoo.hs: - exported details of HistoricalQuote datatype - added local implementations of split and join Finance-Yahoo-Quote.cabal - removed MissingH as a dependency - added old-locale as a dependency for splitBase - updated version to 0.4.1 0.5 02/08/08 ------- - added QuoteFrequency as a extra field for getHistoricalQuote - this breaks the api, hence the minor version bump 0.6 06/12/08 ------- - switched to using Network.Curl for http requests