Merge branch 'dev' of git.vergara.tech:Vergara_Tech/zcash-haskell into dev

This commit is contained in:
Rene Vergara 2023-04-18 13:36:11 -05:00
commit d3fe83d4a8
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ copyright: "(c)2023 Vergara Technologies LLC"
extra-source-files:
- README.md
- CHANGELOG.md
- configure
# Metadata used when publishing your package
synopsis: Utilities to interact with the Zcash blockchain
@ -26,7 +27,7 @@ library:
source-dirs: src
dependencies:
- bytestring
- borsh
- borsh >= 0.2
- text
- foreign-rust
pkg-config-dependencies:

View File

@ -18,6 +18,7 @@ build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
configure
source-repository head
type: git