16 lines
541 B
Plaintext
16 lines
541 B
Plaintext
name: namecoin-update
|
|
version: 0.1.1.0
|
|
synopsis: Script to update namecoin names
|
|
license: MIT
|
|
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 |