zcash-haskell/zcash-haskell.cabal

59 lines
1.4 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: zcash-haskell
version: 0.1.0
synopsis: Utilities to interact with the Zcash blockchain
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/haskell-wrapper#readme>
category: Blockchain
author: Rene Vergara
maintainer: rene@vergara.network
copyright: (c)2023 Vergara Technologies LLC
license: BOSL
license-file: LICENSE
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
Zcash
other-modules:
Paths_zcash_haskell
hs-source-dirs:
src
pkgconfig-depends:
rustzcash_wrapper-uninstalled
build-depends:
base >=4.7 && <5
, borsh >=0.2
, bytestring
, foreign-rust
, 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:
base >=4.7 && <5
, bytestring
, hspec
, zcash-haskell
default-language: Haskell2010