eurofxref-0.1.2: eurofxref.cabal
name: eurofxref
version: 0.1.2
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright (C) 2011 by Stephen Blackheath
maintainer: http://blacksapphire.com/antispam/
stability: Beta
homepage:
package-url:
bug-reports:
synopsis: Free foreign exchange/currency feed from the European Central Bank
description:
A Haskell API for the the European Central Bank's free daily currency reference rates.
.
ChangeLog: 0.1.2: Timestamp now has correct hour.
category: Finance
author: Stephen Blackheath
data-files: example.hs
Library
build-depends: base >=4 && <5, bytestring == 0.9.*, containers >= 0.2 && < 0.5,
enumerator >= 0.4.7 && < 0.5, failure == 0.1.*, http-enumerator == 0.6.*,
http-types == 0.6.*, hexpat >= 0.19.6 && < 0.20, mtl < 2.1,
time == 1.2.*
exposed-modules: Financial.CurrencyRates, Financial.EuroFXRef
exposed: True
buildable: True
ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -fno-warn-missing-signatures -fno-warn-orphans