packages feed

ripple-0.2: ripple.cabal

name:            ripple
version:         0.2
cabal-version:   >= 1.8
license:         OtherLicense
license-file:    COPYING
category:        Crypto
copyright:       © 2014 Stephen Paul Weber
author:          Stephen Paul Weber <singpolyma@singpolyma.net>
maintainer:      Stephen Paul Weber <singpolyma@singpolyma.net>
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,
                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