19 lines
637 B
Plaintext
19 lines
637 B
Plaintext
name: namecoin-update
|
|
version: 0.1.0.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
|
|
-- other-modules:
|
|
-- other-extensions: s
|
|
build-depends: base >=4.8 && <4.9, bytestring, aeson, process
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010 |