20 lines
709 B
Plaintext
20 lines
709 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, lens, wreq, aeson,
|
|
text, attoparsec
|
|
default-language: Haskell2010
|
|
default-extensions: TemplateHaskell, OverloadedStrings
|
|
RecordWildCards, DuplicateRecordFields
|