70 lines
1.6 KiB
Text
70 lines
1.6 KiB
Text
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.35.2.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: zcash-haskell
|
|
version: 0.3.0
|
|
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>
|
|
category: Blockchain
|
|
author: Rene Vergara
|
|
maintainer: pitmutt@vergara.tech
|
|
copyright: (c)2022-2024 Vergara Technologies LLC
|
|
license: LGPL-3
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
CHANGELOG.md
|
|
configure
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://git.vergara.tech/Vergara_Tech/zcash-haskell
|
|
|
|
library
|
|
exposed-modules:
|
|
C.Zcash
|
|
ZcashHaskell.Orchard
|
|
ZcashHaskell.Sapling
|
|
ZcashHaskell.Transparent
|
|
ZcashHaskell.Types
|
|
ZcashHaskell.Utils
|
|
other-modules:
|
|
Paths_zcash_haskell
|
|
hs-source-dirs:
|
|
src
|
|
pkgconfig-depends:
|
|
rustzcash_wrapper-uninstalled
|
|
build-depends:
|
|
aeson
|
|
, base >=4.7 && <5
|
|
, base58-bytestring
|
|
, borsh >=0.2
|
|
, bytestring
|
|
, cryptonite
|
|
, foreign-rust
|
|
, generics-sop
|
|
, http-conduit
|
|
, memory
|
|
, 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:
|
|
aeson
|
|
, base >=4.7 && <5
|
|
, bytestring
|
|
, hspec
|
|
, text
|
|
, zcash-haskell
|
|
default-language: Haskell2010
|