namecoin-update/namecoin-update.cabal

16 lines
541 B
Plaintext
Raw Normal View History

2015-08-28 17:17:36 +02:00
name: namecoin-update
2017-01-26 22:53:04 +01:00
version: 0.1.1.0
2015-08-28 17:17:36 +02:00
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
2017-01-26 22:53:04 +01:00
build-depends: base, bytestring, aeson, process
2015-08-28 17:17:36 +02:00
default-language: Haskell2010