Dependency updates (#105)
This PR updates the addresses of the referenced libraries to the new Vergara Tech git server. Co-authored-by: Rene Vergara <rene@vergara.network> Reviewed-on: #105
This commit is contained in:
parent
cfa862ec94
commit
a28edcb599
3 changed files with 10 additions and 4 deletions
|
@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.7.8.1]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Referenced libraries updated to use the new Vergara Tech git server
|
||||||
|
|
||||||
## [0.7.8.0]
|
## [0.7.8.0]
|
||||||
|
|
||||||
## Added
|
### Added
|
||||||
|
|
||||||
- New `UnifiedIncomingViewingKey` type
|
- New `UnifiedIncomingViewingKey` type
|
||||||
- Functions to derive Orchard full viewing key
|
- Functions to derive Orchard full viewing key
|
||||||
|
|
|
@ -4,10 +4,10 @@ with-compiler: ghc-9.6.5
|
||||||
|
|
||||||
source-repository-package
|
source-repository-package
|
||||||
type: git
|
type: git
|
||||||
location: https://git.vergara.tech/Vergara_Tech/haskell-foreign-rust.git
|
location: https://code.vergara.tech/Vergara_Tech/haskell-foreign-rust.git
|
||||||
tag: 335e804454cd30da2c526457be37e477f71e4665
|
tag: 335e804454cd30da2c526457be37e477f71e4665
|
||||||
|
|
||||||
source-repository-package
|
source-repository-package
|
||||||
type: git
|
type: git
|
||||||
location: https://git.vergara.tech/Vergara_Tech/haskell-hexstring.git
|
location: https://code.vergara.tech/Vergara_Tech/haskell-hexstring.git
|
||||||
tag: 39d8da7b11a80269454c2f134a5c834e0f3cb9a7
|
tag: 39d8da7b11a80269454c2f134a5c834e0f3cb9a7
|
||||||
|
|
|
@ -5,7 +5,7 @@ cabal-version: 3.0
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: zcash-haskell
|
name: zcash-haskell
|
||||||
version: 0.7.8.0
|
version: 0.7.8.1
|
||||||
synopsis: Utilities to interact with the Zcash blockchain
|
synopsis: Utilities to interact with the Zcash blockchain
|
||||||
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
||||||
category: Blockchain
|
category: Blockchain
|
||||||
|
|
Loading…
Reference in a new issue