rosa/namecoin.cabal

29 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-11-22 18:30:27 +01:00
name: rosa
2014-11-22 17:15:49 +01:00
version: 0.1.0.0
synopsis: Query namecoin blockchain
description:
2014-11-22 18:30:27 +01:00
Rosa is a commmand line tool to query the namecoin blockhain.
2014-11-22 17:15:49 +01:00
It gets the JSON value of a name and other infos using namecoind
local server or the dnschain REST api and display them in a pretty
format.
license: MIT
license-file: LICENSE
author: Rnhmjoj
maintainer: micheleguerinirocco@me.com
copyright: (C) Michele Guerini Rocco 2014
category: Utility
build-type: Simple
extra-source-files: README.md, LICENSE
cabal-version: >=1.10
2014-11-22 18:30:27 +01:00
executable rosa
2014-11-22 17:15:49 +01:00
main-is: Main.hs
default-language: Haskell2010
other-extensions: RecordWildCards, OverloadedStrings
build-depends: base ==4.7.*, aeson ==0.8.*, text ==1.2.*,
vector ==0.10.*, unordered-containers ==0.2.*,
2014-11-22 18:30:27 +01:00
wreq ==0.3.*, lens >=4.4, bytestring ==0.10.*,
2014-11-22 17:15:49 +01:00
argparser ==0.3.*, process ==1.2.*
ghc-options: -O2