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