17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
name: namecoin-update
|
|
version: 0.2.0.0
|
|
synopsis: Tool to keep namecoin names updated and well
|
|
license: GPL-3
|
|
license-file: LICENSE
|
|
author: rnhmjoj
|
|
maintainer: micheleguerinirocco@me.com
|
|
copyright: Copyright (C) Michele Guerini Rocco
|
|
category: Network
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
executable namecoin-update
|
|
main-is: Main.hs
|
|
build-depends: base, bytestring, aeson, process
|
|
default-language: Haskell2010
|