2023-04-13 23:35:15 +00:00
|
|
|
name: zcash-haskell
|
2024-01-17 13:44:02 +00:00
|
|
|
version: 0.4.1
|
2023-04-13 23:35:15 +00:00
|
|
|
git: "https://git.vergara.tech/Vergara_Tech/zcash-haskell"
|
2024-01-18 18:55:23 +00:00
|
|
|
license: MIT
|
2023-04-13 23:35:15 +00:00
|
|
|
author: "Rene Vergara"
|
2023-12-20 20:03:42 +00:00
|
|
|
maintainer: "pitmutt@vergara.tech"
|
|
|
|
copyright: "(c)2022-2024 Vergara Technologies LLC"
|
2023-04-13 23:35:15 +00:00
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
- README.md
|
|
|
|
- CHANGELOG.md
|
2023-04-16 01:59:43 +00:00
|
|
|
- configure
|
2023-04-13 23:35:15 +00:00
|
|
|
|
|
|
|
# Metadata used when publishing your package
|
|
|
|
synopsis: Utilities to interact with the Zcash blockchain
|
|
|
|
category: Blockchain
|
|
|
|
|
|
|
|
# To avoid duplicated efforts in documentation and dealing with the
|
|
|
|
# complications of embedding Haddock markup inside cabal files, it is
|
|
|
|
# common to point users to the README.md file.
|
2023-08-17 15:02:32 +00:00
|
|
|
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
2023-04-13 23:35:15 +00:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- base >= 4.7 && < 5
|
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
dependencies:
|
|
|
|
- bytestring
|
2023-04-16 02:30:54 +00:00
|
|
|
- borsh >= 0.2
|
2023-04-13 23:35:15 +00:00
|
|
|
- text
|
|
|
|
- foreign-rust
|
2023-04-27 14:50:07 +00:00
|
|
|
- generics-sop
|
2023-08-19 12:58:47 +00:00
|
|
|
- aeson
|
2023-09-26 20:24:18 +00:00
|
|
|
- http-conduit
|
2024-01-12 15:46:26 +00:00
|
|
|
- base58-bytestring
|
|
|
|
- cryptonite
|
|
|
|
- memory
|
2023-04-13 23:35:15 +00:00
|
|
|
pkg-config-dependencies:
|
2023-04-15 23:54:54 +00:00
|
|
|
- rustzcash_wrapper-uninstalled
|
2023-04-13 23:35:15 +00:00
|
|
|
|
|
|
|
tests:
|
|
|
|
zcash-haskell-test:
|
|
|
|
main: Spec.hs
|
|
|
|
source-dirs: test
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- zcash-haskell
|
|
|
|
- hspec
|
|
|
|
- bytestring
|
2023-04-27 14:50:07 +00:00
|
|
|
- text
|
2023-08-21 14:57:45 +00:00
|
|
|
- aeson
|
2024-01-16 22:15:05 +00:00
|
|
|
- haskoin-core
|