namecoin-update/namecoin-update.cabal
2017-05-14 04:33:03 +02:00

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