Finally chosen a name

This commit is contained in:
Rnhmjoj 2014-11-22 18:30:27 +01:00
parent 133b3de610
commit c01029f316

View File

@ -1,9 +1,9 @@
name: namecoin name: rosa
version: 0.1.0.0 version: 0.1.0.0
synopsis: Query namecoin blockchain synopsis: Query namecoin blockchain
description: description:
Namecoin is a commmand line tool to query the namecoin blockhain. Rosa is a commmand line tool to query the namecoin blockhain.
It gets the JSON value of a name and other infos using namecoind 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 local server or the dnschain REST api and display them in a pretty
format. format.
@ -18,12 +18,12 @@ build-type: Simple
extra-source-files: README.md, LICENSE extra-source-files: README.md, LICENSE
cabal-version: >=1.10 cabal-version: >=1.10
executable namecoin executable rosa
main-is: Main.hs main-is: Main.hs
default-language: Haskell2010 default-language: Haskell2010
other-extensions: RecordWildCards, OverloadedStrings other-extensions: RecordWildCards, OverloadedStrings
build-depends: base ==4.7.*, aeson ==0.8.*, text ==1.2.*, build-depends: base ==4.7.*, aeson ==0.8.*, text ==1.2.*,
vector ==0.10.*, unordered-containers ==0.2.*, vector ==0.10.*, unordered-containers ==0.2.*,
wreq ==0.3.*, lens >=4.5, bytestring ==0.10.*, wreq ==0.3.*, lens >=4.4, bytestring ==0.10.*,
argparser ==0.3.*, process ==1.2.* argparser ==0.3.*, process ==1.2.*
ghc-options: -O2 ghc-options: -O2