zcash-haskell/zcash-haskell.cabal

70 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-04-13 23:35:15 +00:00
cabal-version: 1.12
2023-12-20 20:03:42 +00:00
-- This file has been generated from package.yaml by hpack version 0.35.2.
2023-04-13 23:35:15 +00:00
--
-- see: https://github.com/sol/hpack
name: zcash-haskell
2024-01-12 15:46:26 +00:00
version: 0.3.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
2023-12-20 20:03:42 +00:00
maintainer: pitmutt@vergara.tech
copyright: (c)2022-2024 Vergara Technologies LLC
license: LGPL-3
2023-04-13 23:35:15 +00:00
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
2024-01-12 15:46:26 +00:00
ZcashHaskell.Transparent
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
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
, generics-sop
2023-09-26 20:24:18 +00:00
, http-conduit
2024-01-12 15:46:26 +00:00
, memory
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