Correct haskoin-core submodule
This commit is contained in:
parent
874d22d060
commit
df56c60466
4 changed files with 9 additions and 6 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "haskoin-core"]
|
||||||
|
path = haskoin-core
|
||||||
|
url = git@github.com:khazaddum/haskoin-core.git
|
|
@ -31,7 +31,7 @@ resolver:
|
||||||
# - wai
|
# - wai
|
||||||
packages:
|
packages:
|
||||||
- .
|
- .
|
||||||
- haskoin
|
- haskoin-core
|
||||||
# Dependency packages to be pulled from upstream that are not in the resolver.
|
# Dependency packages to be pulled from upstream that are not in the resolver.
|
||||||
# These entries can reference officially published versions as well as
|
# These entries can reference officially published versions as well as
|
||||||
# forks / in-progress versions pinned to a git hash. For example:
|
# forks / in-progress versions pinned to a git hash. For example:
|
||||||
|
|
10
zenith.cabal
10
zenith.cabal
|
@ -6,22 +6,22 @@ cabal-version: 1.12
|
||||||
|
|
||||||
name: zenith
|
name: zenith
|
||||||
version: 0.3.1.0
|
version: 0.3.1.0
|
||||||
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenit#readme>
|
synopsis: Haskell CLI for Zcash Full Node
|
||||||
homepage: https://github.com/pitmutt/zenit#readme
|
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenith#readme>
|
||||||
bug-reports: https://github.com/pitmutt/zenit/issues
|
|
||||||
author: Rene Vergara
|
author: Rene Vergara
|
||||||
maintainer: rene@vergara.network
|
maintainer: rene@vergara.network
|
||||||
copyright: Copyright (c) 2022 Vergara Technologies LLC
|
copyright: Copyright (c) 2022 Vergara Technologies LLC
|
||||||
license: MIT
|
license: BOSL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
zenith.cfg
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/pitmutt/zenit
|
location: https://gitlab.com/pitmutt/zenith
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
|
|
Loading…
Reference in a new issue