multiaddr-0.2.0: multiaddr.cabal
name: multiaddr
version: 0.2.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: (c) 2016 Micxjo Funkcio
maintainer: Micxjo Funkcio <micxjo@fastmail.com>
homepage: http://github.com/micxjo/hs-multiaddr
synopsis: A network address format
description:
Multiaddr is a self-describing network address format
supporting a variety of protocols, with both string
and binary representations.
category: Network
author: Micxjo Funkcio <micxjo@fastmail.com>
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/micxjo/hs-multiaddr
library
exposed-modules:
Network.Multiaddr
build-depends:
base >=4.7 && <5,
attoparsec >=0.13.0.1 && <0.14,
text >=1.2.2.0 && <1.3,
hashable >=1.2.4.0 && <1.3,
errors >=2.1.2 && <2.2,
cereal >=0.5.1.0 && <0.6,
bytestring >=0.10.6.0 && <0.11,
base58-bytestring >=0.1.0 && <0.2.0
default-language: Haskell2010
hs-source-dirs: src
other-modules:
Data.Serialize.Varint
ghc-options: -Wall -fwarn-incomplete-uni-patterns
test-suite multiaddr-test
type: exitcode-stdio-1.0
main-is: test.hs
build-depends:
base >=4.7 && <5,
multiaddr >=0.2.0 && <0.3,
tasty >=0.11.0.2 && <0.12,
tasty-hunit >=0.9.2 && <0.10,
tasty-quickcheck >=0.8.4 && <0.9,
text >=1.2.2.0 && <1.3
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N