namecoin-update.cabal: update
- Update the version number - Update email address - Remove unnesed default GHC extension
This commit is contained in:
parent
dbd2a5be2b
commit
fc2f617c94
@ -1,5 +1,5 @@
|
|||||||
name: namecoin-update
|
name: namecoin-update
|
||||||
version: 0.2.2.0
|
version: 0.2.3.0
|
||||||
synopsis: Tool to keep namecoin names updated and well
|
synopsis: Tool to keep namecoin names updated and well
|
||||||
description:
|
description:
|
||||||
|
|
||||||
@ -11,8 +11,8 @@ description:
|
|||||||
license: GPL-3
|
license: GPL-3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: rnhmjoj
|
author: rnhmjoj
|
||||||
maintainer: micheleguerinirocco@me.com
|
maintainer: rnhmjoj@inventati.org
|
||||||
copyright: Copyright (C) Michele Guerini Rocco
|
copyright: (C) Michele Guerini Rocco 2022
|
||||||
category: Network
|
category: Network
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
@ -26,7 +26,7 @@ library
|
|||||||
exposed-modules: Namecoin
|
exposed-modules: Namecoin
|
||||||
build-depends: base <= 5.0, lens, wreq,
|
build-depends: base <= 5.0, lens, wreq,
|
||||||
aeson, text, attoparsec
|
aeson, text, attoparsec
|
||||||
default-extensions: TemplateHaskell, OverloadedStrings
|
default-extensions: OverloadedStrings
|
||||||
RecordWildCards, DuplicateRecordFields
|
RecordWildCards, DuplicateRecordFields
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user