2023-04-13 18:35:15 -05:00
|
|
|
cabal-version: 1.12
|
|
|
|
|
2024-01-16 16:15:05 -06:00
|
|
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
2023-04-13 18:35:15 -05:00
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
|
|
|
|
name: zcash-haskell
|
2024-01-17 07:44:02 -06:00
|
|
|
version: 0.4.1
|
2023-04-13 18:35:15 -05:00
|
|
|
synopsis: Utilities to interact with the Zcash blockchain
|
2023-08-17 10:02:32 -05:00
|
|
|
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
2023-04-13 18:35:15 -05:00
|
|
|
category: Blockchain
|
|
|
|
author: Rene Vergara
|
2023-12-20 14:03:42 -06:00
|
|
|
maintainer: pitmutt@vergara.tech
|
|
|
|
copyright: (c)2022-2024 Vergara Technologies LLC
|
2024-01-18 13:21:37 -06:00
|
|
|
license: MIT
|
2024-01-18 12:55:23 -06:00
|
|
|
license-file: LICENSE
|
2023-04-13 18:35:15 -05:00
|
|
|
build-type: Simple
|
|
|
|
extra-source-files:
|
|
|
|
README.md
|
|
|
|
CHANGELOG.md
|
2023-04-15 20:59:43 -05:00
|
|
|
configure
|
2023-04-13 18:35:15 -05:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: https://git.vergara.tech/Vergara_Tech/zcash-haskell
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
|
|
|
C.Zcash
|
2024-01-16 16:15:05 -06:00
|
|
|
ZcashHaskell.Keys
|
2023-06-14 10:55:20 -05:00
|
|
|
ZcashHaskell.Orchard
|
|
|
|
ZcashHaskell.Sapling
|
2024-01-12 09:46:26 -06:00
|
|
|
ZcashHaskell.Transparent
|
2023-06-14 10:55:20 -05:00
|
|
|
ZcashHaskell.Types
|
|
|
|
ZcashHaskell.Utils
|
2023-04-13 18:35:15 -05:00
|
|
|
other-modules:
|
|
|
|
Paths_zcash_haskell
|
|
|
|
hs-source-dirs:
|
|
|
|
src
|
|
|
|
pkgconfig-depends:
|
2023-04-15 18:54:54 -05:00
|
|
|
rustzcash_wrapper-uninstalled
|
2023-04-13 18:35:15 -05:00
|
|
|
build-depends:
|
2023-08-19 07:58:47 -05:00
|
|
|
aeson
|
|
|
|
, base >=4.7 && <5
|
2024-01-12 09:46:26 -06:00
|
|
|
, base58-bytestring
|
2023-04-18 13:58:21 -05:00
|
|
|
, borsh >=0.2
|
2023-04-13 18:35:15 -05:00
|
|
|
, bytestring
|
2024-01-12 09:46:26 -06:00
|
|
|
, cryptonite
|
2023-04-13 18:35:15 -05:00
|
|
|
, foreign-rust
|
2023-04-27 09:50:07 -05:00
|
|
|
, generics-sop
|
2024-02-06 13:10:06 -06:00
|
|
|
, hexstring
|
2023-09-26 15:24:18 -05:00
|
|
|
, http-conduit
|
2024-01-12 09:46:26 -06:00
|
|
|
, memory
|
2023-04-13 18:35:15 -05:00
|
|
|
, text
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
test-suite zcash-haskell-test
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Spec.hs
|
|
|
|
other-modules:
|
|
|
|
Paths_zcash_haskell
|
|
|
|
hs-source-dirs:
|
|
|
|
test
|
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
|
|
build-depends:
|
2023-08-21 09:57:45 -05:00
|
|
|
aeson
|
|
|
|
, base >=4.7 && <5
|
2023-04-13 18:35:15 -05:00
|
|
|
, bytestring
|
2024-01-16 16:15:05 -06:00
|
|
|
, haskoin-core
|
2024-02-06 13:10:06 -06:00
|
|
|
, hexstring
|
2023-04-13 18:35:15 -05:00
|
|
|
, hspec
|
2023-04-27 09:50:07 -05:00
|
|
|
, text
|
2023-04-13 18:35:15 -05:00
|
|
|
, zcash-haskell
|
|
|
|
default-language: Haskell2010
|