2024-02-26 14:49:47 +00:00
|
|
|
cabal-version: 3.0
|
2023-04-13 23:35:15 +00:00
|
|
|
|
2024-01-16 22:15:05 +00:00
|
|
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
2023-04-13 23:35:15 +00:00
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
|
|
|
|
name: zcash-haskell
|
2024-05-01 00:14:30 +00:00
|
|
|
version: 0.6.1.1
|
2023-04-13 23:35:15 +00:00
|
|
|
synopsis: Utilities to interact with the Zcash blockchain
|
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
|
|
|
category: Blockchain
|
|
|
|
author: Rene Vergara
|
2023-12-20 20:03:42 +00:00
|
|
|
maintainer: pitmutt@vergara.tech
|
|
|
|
copyright: (c)2022-2024 Vergara Technologies LLC
|
2024-01-18 19:21:37 +00:00
|
|
|
license: MIT
|
2024-01-18 18:55:23 +00:00
|
|
|
license-file: LICENSE
|
2024-02-21 16:51:03 +00:00
|
|
|
build-type: Custom
|
2024-02-25 21:22:53 +00:00
|
|
|
extra-source-files:
|
|
|
|
Setup.hs
|
2024-02-21 16:51:03 +00:00
|
|
|
extra-doc-files:
|
2023-04-13 23:35:15 +00:00
|
|
|
README.md
|
|
|
|
CHANGELOG.md
|
|
|
|
|
2024-02-21 16:51:03 +00:00
|
|
|
custom-setup
|
|
|
|
setup-depends:
|
|
|
|
base >= 4.7 && < 5
|
|
|
|
, Cabal >= 3.0.0.0
|
|
|
|
, directory >= 1.3.6.0
|
|
|
|
, filepath >= 1.3.0.2
|
2024-02-25 21:22:53 +00:00
|
|
|
, envy
|
|
|
|
, regex-compat
|
|
|
|
, regex-base
|
2023-04-13 23:35:15 +00:00
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
|
|
|
C.Zcash
|
2024-01-16 22:15:05 +00:00
|
|
|
ZcashHaskell.Keys
|
2023-06-14 15:55:20 +00:00
|
|
|
ZcashHaskell.Orchard
|
|
|
|
ZcashHaskell.Sapling
|
2024-01-12 15:46:26 +00:00
|
|
|
ZcashHaskell.Transparent
|
2023-06-14 15:55:20 +00:00
|
|
|
ZcashHaskell.Types
|
|
|
|
ZcashHaskell.Utils
|
2023-04-13 23:35:15 +00:00
|
|
|
hs-source-dirs:
|
|
|
|
src
|
|
|
|
build-depends:
|
2023-08-19 12:58:47 +00:00
|
|
|
aeson
|
|
|
|
, base >=4.7 && <5
|
2024-01-12 15:46:26 +00:00
|
|
|
, base58-bytestring
|
2023-04-18 18:58:21 +00:00
|
|
|
, borsh >=0.2
|
2023-04-13 23:35:15 +00:00
|
|
|
, bytestring
|
2024-01-12 15:46:26 +00:00
|
|
|
, cryptonite
|
2023-04-13 23:35:15 +00:00
|
|
|
, foreign-rust
|
2023-04-27 14:50:07 +00:00
|
|
|
, generics-sop
|
2024-03-12 21:02:35 +00:00
|
|
|
, hexstring >=0.12.1
|
2023-09-26 20:24:18 +00:00
|
|
|
, http-conduit
|
2024-03-20 16:15:30 +00:00
|
|
|
, http-client
|
2024-01-12 15:46:26 +00:00
|
|
|
, memory
|
2024-03-29 20:51:48 +00:00
|
|
|
, binary
|
2023-04-13 23:35:15 +00:00
|
|
|
, text
|
2024-03-03 21:19:06 +00:00
|
|
|
, haskoin-core
|
|
|
|
, secp256k1-haskell
|
2024-03-26 20:39:31 +00:00
|
|
|
, utf8-string
|
2024-02-21 16:51:03 +00:00
|
|
|
build-tool-depends:
|
|
|
|
c2hs:c2hs
|
2024-02-26 14:49:47 +00:00
|
|
|
default-language: Haskell2010
|
2023-04-13 23:35:15 +00:00
|
|
|
|
|
|
|
test-suite zcash-haskell-test
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Spec.hs
|
|
|
|
hs-source-dirs:
|
|
|
|
test
|
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
|
|
build-depends:
|
2023-08-21 14:57:45 +00:00
|
|
|
aeson
|
|
|
|
, base >=4.7 && <5
|
2023-04-13 23:35:15 +00:00
|
|
|
, bytestring
|
2024-01-16 22:15:05 +00:00
|
|
|
, haskoin-core
|
2024-03-12 21:02:35 +00:00
|
|
|
, hexstring >= 0.12.1
|
2023-04-13 23:35:15 +00:00
|
|
|
, hspec
|
2024-03-27 18:22:34 +00:00
|
|
|
, HUnit
|
2024-03-08 18:44:10 +00:00
|
|
|
, QuickCheck
|
|
|
|
, quickcheck-transformer
|
2023-04-27 14:50:07 +00:00
|
|
|
, text
|
2023-04-13 23:35:15 +00:00
|
|
|
, zcash-haskell
|
2024-03-03 21:19:06 +00:00
|
|
|
, binary
|
|
|
|
, cryptonite
|
|
|
|
, secp256k1-haskell
|
2024-02-25 21:22:53 +00:00
|
|
|
pkgconfig-depends: rustzcash_wrapper
|
2024-02-26 14:57:12 +00:00
|
|
|
default-language: Haskell2010
|