65 lines
1.4 KiB
Text
65 lines
1.4 KiB
Text
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.35.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: zgo-notifier
|
|
version: 0.1.0.0
|
|
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zgo-notifier#readme>
|
|
author: Rene Vergara
|
|
maintainer: rene@vergara.network
|
|
copyright: 2023 Vergara Technologies
|
|
license: BOSL
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
CHANGELOG.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://git.vergara.tech/Vergara_Tech/zgo-notifier
|
|
|
|
library
|
|
other-modules:
|
|
Paths_zgo_notifier
|
|
hs-source-dirs:
|
|
src
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
default-language: Haskell2010
|
|
|
|
executable zgo-notifier
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_zgo_notifier
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, blake3
|
|
, mime-mail
|
|
, mongoDB
|
|
, network
|
|
, smtp-mail
|
|
, text
|
|
, time
|
|
, zgo-backend
|
|
, zgo-notifier
|
|
default-language: Haskell2010
|
|
|
|
test-suite zgo-notifier-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_zgo_notifier
|
|
hs-source-dirs:
|
|
test
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, zgo-notifier
|
|
default-language: Haskell2010
|