name: openexchangerates
version: 0.1.0.0
cabal-version: >=1.8
license: OtherLicense
license-file: COPYING
copyright: © 2013 Stephen Paul Weber
category: Data
author: Stephen Paul Weber <singpolyma@singpolyma.net>
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
stability: experimental
build-type: Simple
homepage: https://github.com/singpolyma/openexchangerates-haskell
bug-reports: http://github.com/singpolyma/openexchangerates-haskell/issues
synopsis: Fetch exchange rates from OpenExchangeRates.org
description:
This package wraps up the process of fetching exchange rates from
OpenExchangeRates.org. You will need an AppID.
library
exposed-modules:
Currency.OpenExchangeRates
build-depends:
base == 4.*,
containers,
currency,
text,
aeson >= 0.6.1.0,
network,
HTTP,
errors >= 1.4.2
source-repository head
type: git
location: git://github.com/singpolyma/openexchangerates-haskell.git