Name: Finance-Treasury
Version: 0.1
Description: Obtain Treasury yield curve data from Department of Treasury website
Synopsis: Obtain Treasury yield curve data
Category: Web
Stability: experimental
Homepage: http://www.ecoin.net/haskell/Finance-Treasury.html
License: BSD3
License-file: LICENSE
Author: Stephen Lihn
Maintainer: stevelihn@gmail.com
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, network, HTTP, HTTP-Simple, time>=1.1.1, old-locale, hxt>=7.3
else
Build-Depends: base < 3, network, HTTP, HTTP-Simple, time>=1.1.1, hxt>=7.3
GHC-Options: -O
Exposed-modules: Finance.Treasury