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
|
||||
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:
|
||||
|
|
10
zenith.cabal
10
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 <https://gitlab.com/pitmutt/zenit#readme>
|
||||
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 <https://gitlab.com/pitmutt/zenith#readme>
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue