Name: Finance-Quote-Yahoo
Version: 0.4
Description: Obtain quote data from finance.yahoo.com
Synopsis: Obtain quote data from finance.yahoo.com
Category: Web
Stability: experimental
Homepage: http://www.b7j0c.org/content/haskell-yquote.html
License: BSD3
License-file: LICENSE
Author: brad clawsie
Maintainer: haskell@fastmail.fm
cabal-version: >=1.2
Flag splitBase
Description: Choose the new smaller, split-up base package.
Library
if flag(splitBase)
Build-Depends: base >= 3,containers,network,HTTP,HTTP-Simple,MissingH,time>=1.1.1
else
Build-Depends: base < 3,network,HTTP,HTTP-Simple,MissingH,time>=1.1.1
GHC-Options: -O
Exposed-modules: Finance.Quote.Yahoo