-
Notifications
You must be signed in to change notification settings - Fork 2
/
eurofxref.cabal
43 lines (40 loc) · 1.27 KB
/
eurofxref.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: eurofxref
version: 0.2.1
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
source-repository head
type: git
location: https://github.com/the-real-blackh/eurofxref
Library
build-depends:
base >=4 && <5,
bytestring >= 0.9.0.0 && < 0.11.0.0,
containers >= 0.2 && < 0.6,
failure >= 0.1,
monad-control == 0.3.*,
conduit == 0.5.*,
http-conduit >= 1.5.0.0 && < 1.9.0.0,
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