namecoin-update/namecoin-update.cabal

20 lines
709 B
Plaintext
Raw Normal View History

2015-08-28 17:17:36 +02:00
name: namecoin-update
2017-05-14 04:32:42 +02:00
version: 0.2.0.0
synopsis: Tool to keep namecoin names updated and well
license: GPL-3
2015-08-28 17:17:36 +02:00
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-05-14 04:33:03 +02:00
build-depends: base, lens, wreq, aeson,
text, attoparsec
2017-01-26 23:50:27 +01:00
default-language: Haskell2010
2017-05-14 04:33:03 +02:00
default-extensions: TemplateHaskell, OverloadedStrings
RecordWildCards, DuplicateRecordFields