name: base58address
version: 0.2
cabal-version: >= 1.8
license: OtherLicense
license-file: COPYING
category: Web
copyright: © 2013 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: Parsing and serialization for Base58 addresses (Bitcoin and Ripple)
homepage: https://github.com/singpolyma/base58address
bug-reports: https://github.com/singpolyma/base58address/issues
build-type: Simple
description:
Datatypes with show and read instances that match the spec for Bitcoin
and Ripple addresses.
extra-source-files:
README
library
exposed-modules:
Data.Base58Address
other-modules:
Data.Base58Address.BaseConvert
Data.Base58Address.Alphabet
build-depends:
base == 4.*,
containers,
bytestring,
binary,
cryptohash
test-suite tests
type: exitcode-stdio-1.0
main-is: tests/suite.hs
cpp-options: -DTESTS
build-depends:
base == 4.*,
containers,
bytestring,
binary,
cryptohash,
QuickCheck >= 2.4.1.1,
test-framework,
test-framework-quickcheck2
source-repository head
type: git
location: git://github.com/singpolyma/base58address.git