forked from singpolyma/ripple-haskell
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathripple.cabal
53 lines (49 loc) · 1.53 KB
/
ripple.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
43
44
45
46
47
48
49
50
51
52
53
name: ripple
version: 0.3
cabal-version: >= 1.8
license: OtherLicense
license-file: COPYING
category: Crypto
copyright: © 2014 Stephen Paul Weber
author: Stephen Paul Weber <[email protected]>
maintainer: Stephen Paul Weber <[email protected]>
stability: experimental
tested-with: GHC == 7.4.1
synopsis: Ripple payment system library
homepage: https://github.com/singpolyma/ripple-haskell
bug-reports: https://github.com/singpolyma/ripple-haskell/issues
build-type: Simple
description:
Interact with Ripple servers, sign transactions, etc.
extra-source-files:
README
library
exposed-modules:
Ripple.Amount
Ripple.Path
Ripple.Seed
Ripple.Sign
Ripple.Transaction
Ripple.WebSockets
build-depends:
base == 4.*,
utility-ht,
bytestring,
text,
transformers,
time,
largeword >= 1.1.0,
binary >= 0.7.0.0,
cereal,
aeson,
attoparsec,
errors,
base58address,
crypto-api,
cryptohash-cryptoapi,
crypto-pubkey-types,
ecdsa >= 0.2,
websockets
source-repository head
type: git
location: git://github.com/singpolyma/ripple-haskell.git