eurofxref-0.2.0: eurofxref.cabal
name: eurofxref
version: 0.2.0
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.6,
failure >= 0.1,
monad-control == 0.3.*,
conduit == 0.5.*,
http-conduit == 1.5.*,
http-types >= 0.6.0 && < 0.8.0,
hexpat >= 0.20.0 && < 0.21,
mtl >= 2.0.0.0 && < 2.2.0.0,
time >= 1.2.0.0 && < 1.5.0.0
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