cabal-version: 3.0 name: zenith version: 0.4.3.0 license: MIT license-file: LICENSE author: Rene Vergara maintainer: pitmut@vergara.tech copyright: (c) 2022-2024 Vergara Technologies LLC build-type: Custom category: Blockchain extra-doc-files: README.md CHANGELOG.md zenith.cfg common warnings ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -Wunused-imports custom-setup setup-depends: base >= 4.12 && < 5 , Cabal >= 3.2.0.0 , directory >= 1.3.6.0 , filepath >= 1.3.0.2 , regex-base , regex-compat library import: warnings ghc-options: -Wall -Wunused-imports exposed-modules: Zenith.CLI Zenith.Core Zenith.DB Zenith.Types Zenith.Utils Zenith.Zcashd hs-source-dirs: src build-depends: Clipboard , aeson , array , base >=4.12 && <5 , base64-bytestring , brick , bytestring , http-client , http-conduit , http-types , microlens , microlens-mtl , microlens-th , mtl , persistent , persistent-sqlite , persistent-template , process , regex-base , regex-compat , regex-posix , scientific , text , vector , vty , zcash-haskell --pkgconfig-depends: rustzcash_wrapper default-language: Haskell2010 executable zenith import: warnings main-is: Main.hs hs-source-dirs: app build-depends: base >=4.12 && <5 , brick , bytestring , configurator , data-default , sort , structured-cli , text , time , zenith , zcash-haskell pkgconfig-depends: rustzcash_wrapper default-language: Haskell2010 test-suite zenith-tests import: warnings type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test build-depends: base >=4.12 && <5 , bytestring , configurator , data-default , sort , text , time , persistent , persistent-sqlite , hspec , zcash-haskell , zenith pkgconfig-depends: rustzcash_wrapper default-language: Haskell2010