From bc30a9dc340b64db4473923c31f84c5aa809fc15 Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Thu, 26 Jan 2017 22:53:04 +0100 Subject: [PATCH] --- namecoin-update.cabal | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/namecoin-update.cabal b/namecoin-update.cabal index e509f51..3958835 100644 --- a/namecoin-update.cabal +++ b/namecoin-update.cabal @@ -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 \ No newline at end of file