zcash-haskell/zcash-haskell.cabal

66 lines
1.5 KiB
Plaintext
Raw Normal View History

2023-04-13 23:35:15 +00:00
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
2023-08-17 15:02:32 +00:00
version: 0.2.0
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
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
2023-04-16 01:59:43 +00:00
configure
2023-04-13 23:35:15 +00:00
source-repository head
type: git
location: https://git.vergara.tech/Vergara_Tech/zcash-haskell
library
exposed-modules:
C.Zcash
ZcashHaskell.Orchard
ZcashHaskell.Sapling
ZcashHaskell.Types
ZcashHaskell.Utils
2023-04-13 23:35:15 +00:00
other-modules:
Paths_zcash_haskell
hs-source-dirs:
src
pkgconfig-depends:
2023-04-15 23:54:54 +00:00
rustzcash_wrapper-uninstalled
2023-04-13 23:35:15 +00:00
build-depends:
aeson
, base >=4.7 && <5
2023-04-18 18:58:21 +00:00
, borsh >=0.2
2023-04-13 23:35:15 +00:00
, bytestring
, foreign-rust
, generics-sop
2023-04-13 23:35:15 +00: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 14:57:45 +00:00
aeson
, base >=4.7 && <5
2023-04-13 23:35:15 +00:00
, bytestring
, hspec
, text
2023-04-13 23:35:15 +00:00
, zcash-haskell
default-language: Haskell2010