From df56c60466bc2c320b028772edd7c71371aef3c5 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Fri, 8 Jul 2022 08:04:16 -0500 Subject: [PATCH] Correct haskoin-core submodule --- .gitmodules | 3 +++ haskoin => haskoin-core | 0 stack.yaml | 2 +- zenith.cabal | 10 +++++----- 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .gitmodules rename haskoin => haskoin-core (100%) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fd4da7b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "haskoin-core"] + path = haskoin-core + url = git@github.com:khazaddum/haskoin-core.git diff --git a/haskoin b/haskoin-core similarity index 100% rename from haskoin rename to haskoin-core diff --git a/stack.yaml b/stack.yaml index ada522e..eb5f5fa 100644 --- a/stack.yaml +++ b/stack.yaml @@ -31,7 +31,7 @@ resolver: # - wai packages: - . -- haskoin +- haskoin-core # Dependency packages to be pulled from upstream that are not in the resolver. # These entries can reference officially published versions as well as # forks / in-progress versions pinned to a git hash. For example: diff --git a/zenith.cabal b/zenith.cabal index 0b9c6a0..9861c7f 100644 --- a/zenith.cabal +++ b/zenith.cabal @@ -6,22 +6,22 @@ cabal-version: 1.12 name: zenith version: 0.3.1.0 -description: Please see the README on GitLab at -homepage: https://github.com/pitmutt/zenit#readme -bug-reports: https://github.com/pitmutt/zenit/issues +synopsis: Haskell CLI for Zcash Full Node +description: Please see the README on GitLab at author: Rene Vergara maintainer: rene@vergara.network copyright: Copyright (c) 2022 Vergara Technologies LLC -license: MIT +license: BOSL license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md + zenith.cfg source-repository head type: git - location: https://github.com/pitmutt/zenit + location: https://gitlab.com/pitmutt/zenith library exposed-modules: