zenith/package.yaml

74 lines
1.5 KiB
YAML
Raw Normal View History

2022-06-20 21:46:13 +00:00
name: zenith
2022-06-23 16:49:15 +00:00
version: 0.2.0.0
2022-06-20 21:46:13 +00:00
github: "pitmutt/zenit"
license: MIT
author: "Rene Vergara"
maintainer: "rene@vergara.network"
copyright: "Copyright (c) 2022 Vergara Technologies LLC"
extra-source-files:
- README.md
2022-06-20 21:53:52 +00:00
- CHANGELOG.md
2022-06-20 21:46:13 +00:00
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenit#readme>
dependencies:
- base >= 4.7 && < 5
library:
source-dirs: src
dependencies:
- aeson
- text
- bytestring
- http-conduit
- scientific
- haskoin-core
- vector
- regex-base
- regex-posix
2022-06-23 15:29:33 +00:00
- regex-compat
2022-06-20 21:46:13 +00:00
- Clipboard
- process
- http-types
2022-06-23 15:29:33 +00:00
- array
- base64-bytestring
2022-06-20 21:46:13 +00:00
executables:
zenith:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -Wall
2022-06-27 14:25:36 +00:00
- -Wunused-imports
2022-06-20 21:46:13 +00:00
dependencies:
- zenith
- configurator
- structured-cli
- data-default
- bytestring
- text
- time
- sort
tests:
zenith-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- zenith