zenith/zenith.cabal

84 lines
1.7 KiB
Text
Raw Normal View History

2022-06-20 21:46:13 +00:00
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: zenith
2022-07-08 12:45:41 +00:00
version: 0.3.1.0
2022-07-08 13:04:16 +00:00
synopsis: Haskell CLI for Zcash Full Node
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenith#readme>
2022-06-20 21:46:13 +00:00
author: Rene Vergara
maintainer: rene@vergara.network
copyright: Copyright (c) 2022 Vergara Technologies LLC
2022-07-08 13:04:16 +00:00
license: BOSL
2022-06-20 21:46:13 +00:00
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
2022-06-20 21:53:52 +00:00
CHANGELOG.md
2022-07-08 13:04:16 +00:00
zenith.cfg
2022-06-20 21:46:13 +00:00
source-repository head
type: git
2022-07-08 13:04:16 +00:00
location: https://gitlab.com/pitmutt/zenith
2022-06-20 21:46:13 +00:00
library
exposed-modules:
Zenith
other-modules:
Paths_zenith
hs-source-dirs:
src
build-depends:
Clipboard
, aeson
2022-06-23 15:29:33 +00:00
, array
2022-06-20 21:46:13 +00:00
, base >=4.7 && <5
2022-06-23 15:29:33 +00:00
, base64-bytestring
2022-06-20 21:46:13 +00:00
, bytestring
, haskoin-core
2022-06-28 19:42:35 +00:00
, hexstring
2022-06-20 21:46:13 +00:00
, http-conduit
, http-types
, process
, regex-base
2022-06-23 15:29:33 +00:00
, regex-compat
2022-06-20 21:46:13 +00:00
, regex-posix
, scientific
, text
, vector
default-language: Haskell2010
executable zenith
main-is: Main.hs
other-modules:
Paths_zenith
hs-source-dirs:
app
2022-06-27 14:25:36 +00:00
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wunused-imports
2022-06-20 21:46:13 +00:00
build-depends:
base >=4.7 && <5
, bytestring
, configurator
, data-default
, sort
, structured-cli
, text
, time
, zenith
default-language: Haskell2010
test-suite zenith-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_zenith
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, zenith
default-language: Haskell2010