This commit is contained in:
Michele Guerini Rocco 2017-01-26 22:53:04 +01:00 committed by GitHub
parent 10af356df5
commit bc30a9dc34

View File

@ -1,5 +1,5 @@
name: namecoin-update
version: 0.1.0.0
version: 0.1.1.0
synopsis: Script to update namecoin names
license: MIT
license-file: LICENSE
@ -12,8 +12,5 @@ cabal-version: >=1.10
executable namecoin-update
main-is: Main.hs
-- other-modules:
-- other-extensions: s
build-depends: base >=4.8 && <4.9, bytestring, aeson, process
-- hs-source-dirs:
build-depends: base, bytestring, aeson, process
default-language: Haskell2010