packages feed

Finance-Quote-Yahoo-0.7.0: Finance-Quote-Yahoo.cabal

Name:                Finance-Quote-Yahoo
Version:             0.7.0
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/stuff/haskell-yquote.xhtml
License:             BSD3
License-file:        LICENSE
Author:              brad clawsie
Maintainer:          haskell@fastmail.fm
cabal-version: 	     >=1.2
build-type:          Simple
Flag splitBase
  Description: Choose the new smaller, split-up base package.
Library 
  if flag(splitBase)
    Build-Depends: base >= 3,containers,old-locale
  else
    Build-Depends: base < 3
  Build-Depends: network,time>=1.1.1,HTTP>=4000.0.5
  Exposed-modules:     Finance.Quote.Yahoo