zcash-haskell/zcash-haskell.cabal

89 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-02-26 14:49:47 +00:00
cabal-version: 3.0
2023-04-13 23:35:15 +00:00
-- This file has been generated from package.yaml by hpack version 0.36.0.
2023-04-13 23:35:15 +00:00
--
-- see: https://github.com/sol/hpack
name: zcash-haskell
version: 0.5.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
2023-12-20 20:03:42 +00:00
maintainer: pitmutt@vergara.tech
copyright: (c)2022-2024 Vergara Technologies LLC
2024-01-18 19:21:37 +00:00
license: MIT
2024-01-18 18:55:23 +00:00
license-file: LICENSE
2024-02-21 16:51:03 +00:00
build-type: Custom
2024-02-25 21:22:53 +00:00
extra-source-files:
Setup.hs
2024-02-21 16:51:03 +00:00
extra-doc-files:
2023-04-13 23:35:15 +00:00
README.md
CHANGELOG.md
2024-02-21 16:51:03 +00:00
custom-setup
setup-depends:
base >= 4.7 && < 5
, Cabal >= 3.0.0.0
, directory >= 1.3.6.0
, filepath >= 1.3.0.2
2024-02-25 21:22:53 +00:00
, envy
, regex-compat
, regex-base
2023-04-13 23:35:15 +00:00
library
exposed-modules:
C.Zcash
ZcashHaskell.Keys
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
hs-source-dirs:
src
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
2024-03-12 21:02:35 +00:00
, hexstring >=0.12.1
2023-09-26 20:24:18 +00:00
, http-conduit
, http-client
2024-01-12 15:46:26 +00:00
, memory
2023-04-13 23:35:15 +00:00
, text
2024-03-03 21:19:06 +00:00
, haskoin-core
, secp256k1-haskell
, utf8-string
2024-02-21 16:51:03 +00:00
build-tool-depends:
c2hs:c2hs
2024-02-26 14:49:47 +00:00
default-language: Haskell2010
2023-04-13 23:35:15 +00:00
test-suite zcash-haskell-test
type: exitcode-stdio-1.0
main-is: Spec.hs
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
, haskoin-core
2024-03-12 21:02:35 +00:00
, hexstring >= 0.12.1
2023-04-13 23:35:15 +00:00
, hspec
, HUnit
, QuickCheck
, quickcheck-transformer
, text
2023-04-13 23:35:15 +00:00
, zcash-haskell
2024-03-03 21:19:06 +00:00
, binary
, cryptonite
, secp256k1-haskell
2024-02-25 21:22:53 +00:00
pkgconfig-depends: rustzcash_wrapper
2024-02-26 14:57:12 +00:00
default-language: Haskell2010