name: zenith version: 0.2.0.0 github: "pitmutt/zenit" license: MIT author: "Rene Vergara" maintainer: "rene@vergara.network" copyright: "Copyright (c) 2022 Vergara Technologies LLC" extra-source-files: - README.md - CHANGELOG.md # 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 dependencies: - base >= 4.7 && < 5 library: source-dirs: src dependencies: - aeson - text - bytestring - http-conduit - scientific - haskoin-core - vector - regex-base - regex-posix - regex-compat - Clipboard - process - http-types - array - base64-bytestring executables: zenith: main: Main.hs source-dirs: app ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N - -Wall - -Wunused-imports 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